mirror of
https://git.zx2c4.com/cgit
synced 2024-11-09 10:08:42 +00:00
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:
parent
7708859c4d
commit
26610aff34
2
ui-tag.c
2
ui-tag.c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user