diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-10-24 16:07:10 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-10-24 16:07:10 -0700 |
commit | 36246368fb9b34b03c05572d212e2f48abbb63f2 (patch) | |
tree | 1410e33111628e2b27ef66f2c8f075f6853ec58e /httemplate | |
parent | bc60fbd27b5ca8d41b9dae134ccc7f493c2742db (diff) |
fix perl barf, RT#73098
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/log.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/log.html b/httemplate/search/log.html index 535b2ca32..f6ac9d9be 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -72,7 +72,7 @@ a:visited {text-decoration: none} <TD>To <& /elements/input-date-field.html, { name => 'ending', - value => scalar($cgi->param('ending')) || '' ), + value => scalar($cgi->param('ending')) || '', noinit => 1, } &> </TD> |