From 8f20b2bf42198e34e271e985e83fa37cd07f5977 Mon Sep 17 00:00:00 2001 From: uriel Date: Sat, 28 Jun 2008 05:06:52 +0200 Subject: [PATCH] Fix dirfilter to so files with dots in name are displayed --- bin/controller.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/controller.rc b/bin/controller.rc index 9ddda93..9069ffc 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -26,7 +26,7 @@ fn gentitle { } # Don't change var name or trailing ';', some dirs change the filter! -dirfilter = '/\/[._]/d; s,^\./,,; s,\.md$,,; s,\.html,,;' +dirfilter = '/\/[._]/d; s,^\.\.*/,.,; s,\.md$,,; s,\.html,,;' # Sidebar fn menu {