Commit ce0d9b90810685e3140a27be24e1a9e08e3b2e87

Tracey Emery 2020-01-15T22:10:30

fix typo in heads_navs html

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/gotweb/gotweb_ui.h b/gotweb/gotweb_ui.h
index a205f74..db8a01f 100644
--- a/gotweb/gotweb_ui.h
+++ b/gotweb/gotweb_ui.h
@@ -140,7 +140,7 @@ char *heads_navs =
 	"<a href='?path=%s&action=summary&headref=%s'>summary</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>";
+	"<a href='?path=%s&action=commit&headref=%s'>commit</a>";
 
 char *commit_diff_html =
 	"<div id='commit_diff_title'>Diff:</div>" \