about summary refs log tree commit diff stats
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, 1 insertions, 1 deletions
diff --git a/ui-tag.c b/ui-tag.c index b011198..6b838cb 100644 --- a/ui-tag.c +++ b/ui-tag.c
@@ -77,7 +77,7 @@ void cgit_print_tag(char *revname)
77 if (info->tagger_date > 0) { 77 if (info->tagger_date > 0) {
78 html("<tr><td>tag date</td><td>"); 78 html("<tr><td>tag date</td><td>");
79 html_txt(show_date(info->tagger_date, info->tagger_tz, 79 html_txt(show_date(info->tagger_date, info->tagger_tz,
80 cgit_date_mode(FMT_LONGDATE))); 80 cgit_date_mode(DATE_ISO8601)));
81 html("</td></tr>\n"); 81 html("</td></tr>\n");
82 } 82 }
83 if (info->tagger) { 83 if (info->tagger) {