diff options
Diffstat (limited to 'ui-refs.c')
-rw-r--r-- | ui-refs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -155,9 +155,9 @@ static int print_tag(struct refinfo *ref) | |||
155 | html("</td><td>"); | 155 | html("</td><td>"); |
156 | if (info) { | 156 | if (info) { |
157 | if (info->tagger) | 157 | if (info->tagger) |
158 | html(info->tagger); | 158 | html_txt(info->tagger); |
159 | } else if (ref->object->type == OBJ_COMMIT) { | 159 | } else if (ref->object->type == OBJ_COMMIT) { |
160 | html(ref->commit->author); | 160 | html_txt(ref->commit->author); |
161 | } | 161 | } |
162 | html("</td><td colspan='2'>"); | 162 | html("</td><td colspan='2'>"); |
163 | if (info) { | 163 | if (info) { |