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 8f885e7050
commit 8f20b2bf42

View File

@ -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 {