about summary refs log tree commit
path: root/ui-tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tag.c')
-rw-r--r--ui-tag.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui-tag.c b/ui-tag.c
index ec9c757..adbdb90 100644
--- a/ui-tag.c
+++ b/ui-tag.c
@@ -77,11 +77,13 @@ void cgit_print_tag(char *revname)
                 }
                 if (info->tagger) {
                         html("<tr><td>tagged by</td><td>");
+                        cgit_open_filter(ctx.repo->email_filter, info->tagger_email);
                         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("</td></tr>\n");
                 }
                 html("<tr><td>tagged object</td><td class='sha1'>");