Minnor code style cleanup
This commit is contained in:
parent
f0bfff3f6c
commit
93c2239178
1 changed files with 2 additions and 3 deletions
|
|
@ -25,9 +25,8 @@ dirfilter = '/\/[._]/d; /'^$forbidden_uri_chars^'/d; /\/robots.\txt$/d; /\/sitem
|
||||||
|
|
||||||
# To be used from config files
|
# To be used from config files
|
||||||
fn hide_paths {
|
fn hide_paths {
|
||||||
for(i in $*) {
|
for(i in $*)
|
||||||
dirfilter = $dirfilter^'/^'$i'$/d; '
|
dirfilter = $dirfilter^'/^'$i'$/d; '
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Sidebar
|
# Sidebar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue