[wiki] [sites] build-page: fix error in link || Hiltjo Posthuma
commit 586c53cfb4f3e45c066f381701ba01bcdc7009a1
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sun Jan 6 16:15:10 2019 +0100
build-page: fix error in link
diff --git a/build-page.c b/build-page.c
index c1bcd361..7645edd2 100644
--- a/build-page.c
+++ b/build-page.c
_AT_@ -236,7 +236,7 @@ menu_panel(char *domain, char *page, char *this, int depth)
for (i = 0; i < depth + 1; ++i)
putchar(' ');
- fputs("<li><a", stdout);
+ fputs("<li>", stdout);
if (page && !strncmp(newdir, page, strlen(newdir))) {
printf("<a href=\"//%s/%s/\"><b>", domain, newdir);
print_name(d);
Received on Sun Jan 06 2019 - 16:15:19 CET
This archive was generated by hypermail 2.3.0
: Sun Jan 06 2019 - 16:24:26 CET