about summary refs log tree commit diff stats
path: root/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'about.c')
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
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;