summaryrefslogtreecommitdiff
path: root/cgi/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-12-07 21:20:34 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-12-07 21:20:34 +0100
commit07a5d91dc3ba22b80ebb583cb690b54dc6505f8b (patch)
tree0b200571c222cf1f3066b9020b9bd2201f4ebc4b /cgi/index.pl
parent6c8d494df892dbcb9dbd7048402137f385593e96 (diff)
Start work on clean (soon-to-be oeffi-like) display
Diffstat (limited to 'cgi/index.pl')
-rw-r--r--cgi/index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index 65bbcb9..f50fec7 100644
--- a/cgi/index.pl
+++ b/cgi/index.pl
@@ -46,7 +46,7 @@ sub handle_request {
$self->stash( title => 'db-fakedisplay' );
$self->stash( version => $VERSION );
- if ( not( $template ~~ [qw[multi single]] ) ) {
+ if ( not( $template ~~ [qw[clean multi single]] ) ) {
$template = 'multi';
}