X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f7f26f88755ac6a3b9af4918b51b0d6e7a692c78..121e65391446069a538ae8d3f7938452178de7c6:/ui-tag.c diff --git a/ui-tag.c b/ui-tag.c index ec9c757..c1d1738 100644 --- a/ui-tag.c +++ b/ui-tag.c @@ -77,11 +77,13 @@ void cgit_print_tag(char *revname) } if (info->tagger) { html("tagged by"); + cgit_open_filter(ctx.repo->email_filter, info->tagger_email, "tag"); html_txt(info->tagger); if (info->tagger_email && !ctx.cfg.noplainemail) { html(" "); html_txt(info->tagger_email); } + cgit_close_filter(ctx.repo->email_filter); html("\n"); } html("tagged object");