diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-10-24 16:07:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-10-24 16:07:12 -0700 |
commit | f7a89831184a190064628668183c04250b43dd97 (patch) | |
tree | f1b028e5d7cbe98ba1649a1f516fb49c9ef8f4f0 | |
parent | 4d837f280cca71782f268eb3ee2ed346e72a5a4f (diff) |
fix perl barf, RT#73098
-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> |