Commit Diff


commit - 4ceb8155ccb971807ae8c7e32ed1357ac23685a2
commit + a416cdeba9cb2aea1da0825973a3fca65f1b2f33
blob - 2d578f1acd4baa157bf621af57a3f6653c663d29
blob + 25d69ce16df0b108a8fb05099e9f4ad392c39f38
--- gotweb/gotweb_ui.h
+++ gotweb/gotweb_ui.h
@@ -122,7 +122,7 @@ char *tags_row =
 char *tags_navs =
 	"<a href='?path=%s&action=tagt&commit=%s'>tag</a> | " \
 	"<a href='?path=%s&action=commit&commit=%s'>commit</a> | " \
-	"<a href='?path=%s&action=logbriefs&commit=%s'>Log Briefs</a> | " \
+	"<a href='?path=%s&action=logbriefs&commit=%s'>log briefs</a> | " \
 	"<a href='?path=%s&action=log&commit=%s'>log</a>";
 
 char *heads_row =
@@ -137,7 +137,7 @@ char *heads_row =
 	"<div id='dotted_line'></div>";
 
 char *heads_navs =
-	"<a href='?path=%s&action=logbriefs&headref=%s'>Log Briefs</a> | " \
+	"<a href='?path=%s&action=logbriefs&headref=%s'>log briefs</a> | " \
 	"<a href='?path=%s&action=log&headref=%s'>log</a> | " \
 	"<a href='?path=%s&action=tree&headref=%s'>commit</a>";