ui-tag: Fix inconsistent capitalization

Way back in 2009 all of these were lower cased except this one
occurrence.

Signed-off-by: Jon DeVree <nuxi@vault24.org>
Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
Jon DeVree 2018-06-10 18:28:49 -04:00 committed by John Keeping
parent 7708859c4d
commit 26610aff34
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ void cgit_print_tag(char *revname)
htmlf("<tr><td>tag name</td><td>");
html_txt(revname);
html("</td></tr>\n");
html("<tr><td>Tagged object</td><td class='sha1'>");
html("<tr><td>tagged object</td><td class='sha1'>");
cgit_object_link(obj);
html("</td></tr>\n");
if (ctx.repo->snapshots)