Commit Diff


commit - 03b6a916452546769de4503dd1bbb3f0f7195c88
commit + 7d2e9986b9ba65468743b9dcaba2b62a031ca3b9
blob - 15583f4aab01f67ca646c83fe31fb9e51b055923
blob + 83cbcc5c4b4ec08b8f442cec1c97a373510062c9
--- gotweb/gotweb_ui.h
+++ gotweb/gotweb_ui.h
@@ -123,7 +123,7 @@ char *tags_row =
 	"<div id='dotted_line'></div>";
 
 char *tags_navs =
-	"<a href='?path=%s&action=tag&commit=%s'>tag</a> | " \
+	/* "<a href='?path=%s&action=tag&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=log&commit=%s'>log</a>";