From 07a5d91dc3ba22b80ebb583cb690b54dc6505f8b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Dec 2013 21:20:34 +0100 Subject: Start work on clean (soon-to-be oeffi-like) display --- cgi/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi/index.pl') 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'; } -- cgit v1.2.3