diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-02-07 16:27:33 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-02-07 16:27:33 -0800 |
commit | a424170896886d26d20f310c4316c2b48ec6173d (patch) | |
tree | 1dfe0b96b4ee155a21e1c31437efee3c8310db7d /httemplate | |
parent | 41b47ec021fd33415afc85149c82bc97708066dd (diff) |
Revert "Just testing my push command no change"
This reverts commit 41b47ec021fd33415afc85149c82bc97708066dd.
Diffstat (limited to 'httemplate')
-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 39163180a..7c21e4505 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') &> |