From 93c223917880654cde7985214c1017527c422e5a Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 14 Oct 2008 01:13:00 +0200 Subject: [PATCH] Minnor code style cleanup --- bin/controller.rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/controller.rc b/bin/controller.rc index 7562685..4b5a290 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -25,9 +25,8 @@ dirfilter = '/\/[._]/d; /'^$forbidden_uri_chars^'/d; /\/robots.\txt$/d; /\/sitem # To be used from config files fn hide_paths { - for(i in $*) { - dirfilter = $dirfilter^'/^'$i'$/d; ' - } + for(i in $*) + dirfilter = $dirfilter^'/^'$i'$/d; ' } # Sidebar