From 9f0f6cf393e501fc2a3b9985b80011cca8d26334 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 4 Jan 2012 13:34:55 -0600 Subject: fix page titles starting with a #, from raphael --- about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'about.c') diff --git a/about.c b/about.c index b4ece8d..530e661 100644 --- a/about.c +++ b/about.c @@ -971,7 +971,7 @@ xtp_page_fl(struct tab *t, struct karg *args) for (i = 1;;) { if ((title = fparseln(f, &len, &lineno, delim, 0)) == NULL) break; - if (strlen(title) == 0 || title[0] == '#') { + if (strlen(title) == 0) { free(title); title = NULL; continue; -- cgit 1.4.1-2-gfad0