the repository which powers this website
ui-tag: Fix inconsistent capitalization
Way back in 2009 all of these were lower cased except this one
occurrence.
Signed-off-by: Jon DeVree <[email protected]>
Signed-off-by: John Keeping <[email protected]>
| -rw-r--r-- | ui-tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |