aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-refs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-refs.c b/ui-refs.c
index c97b0c6..20c91e3 100644
--- a/ui-refs.c
+++ b/ui-refs.c
@@ -155,9 +155,9 @@ static int print_tag(struct refinfo *ref)
html("</td><td>");
if (info) {
if (info->tagger)
- html_txt(info->tagger);
+ html(info->tagger);
} else if (ref->object->type == OBJ_COMMIT) {
- html_txt(ref->commit->author);
+ html(ref->commit->author);
}
html("</td><td colspan='2'>");
if (info) {