sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 586c53cfb4f3e45c066f381701ba01bcdc7009a1
parent f37774b0bd5b8a70094a55a6c2606ba3ba3be9d9
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  6 Jan 2019 16:15:10 +0100

build-page: fix error in link

Diffstat:
Mbuild-page.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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('\t'); - 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);