abouttreesummaryrefslogcommitdiff
path: root/ui-shared.c
diff options
context:
space:
mode:
authorpatrick-scho2025-11-30 23:56:40 +0100
committerpatrick-scho2025-11-30 23:56:40 +0100
commiteeb805628786e0b88b07ba454b9697a9337edf07 (patch)
treedb56e50852fa8625ab966ca82a21fcd5831721a2 /ui-shared.c
parent809fe136178cfca70ae9ac43a0bcc5e6c38c8d01 (diff)
downloadps-cgit-eeb805628786e0b88b07ba454b9697a9337edf07.tar.gz
ps-cgit-eeb805628786e0b88b07ba454b9697a9337edf07.zip
revert test change
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 51a67b1..d2358f2 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -1085,7 +1085,7 @@ void cgit_print_pageheader(void)
char *currenturl = cgit_currenturl();
site_link(NULL, "index", NULL, hc("repolist"), NULL, NULL, 0, 1);
if (ctx.cfg.root_readme)
- site_link("aboot", "aboot", NULL, hc("aboot"),
+ site_link("about", "about", NULL, hc("about"),
NULL, NULL, 0, 1);
html("</td><td class='form'>");
html("<form method='get' action='");