Fix dirfilter to so files with dots in name are displayed

This commit is contained in:
Uriel 2008-06-28 05:06:52 +02:00
parent fb51a9dfe8
commit 848c9e994a

View file

@ -26,7 +26,7 @@ fn gentitle {
} }
# Don't change var name or trailing ';', some dirs change the filter! # 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 # Sidebar
fn menu { fn menu {