commit 586c53cfb4f3e45c066f381701ba01bcdc7009a1
Author: Hiltjo Posthuma <[email protected]>
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
@@ -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);


Reply via email to