diff --git a/bin/controller.rc b/bin/controller.rc
index a91cafa..27dac84 100755
--- a/bin/controller.rc
+++ b/bin/controller.rc
@@ -68,7 +68,7 @@ fn menu {
# lsArgs = ($lsArgs -r)
#}
ls $lsArgs $1 | sed $dirfilter | awk -F/ '
- BEGIN { print "
" }
+ BEGIN { print "
" }
END { print "
" }
# Should add \. to the list of allowed chars in file names, but need to find a way to filter out .txt and so on
/^([a-zA-Z0-9+_\-]+[\/*]?)+$/ && $NF != "index" {