diff options
-rw-r--r-- | httemplate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index 7c21e4505..39163180a 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -1,4 +1,4 @@ -<%init>my $debug = $cgi->param('debug');</%init> +<%init>my $debug = $cgi->param('debug');</%init> % warn time.": header.html\n" if $debug; % <& /elements/header.html, mt('Billing Main') &> |