summaryrefslogtreecommitdiff
path: root/httemplate/search/log.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-10-24 16:07:10 -0700
committerIvan Kohler <ivan@freeside.biz>2016-10-24 16:07:10 -0700
commit36246368fb9b34b03c05572d212e2f48abbb63f2 (patch)
tree1410e33111628e2b27ef66f2c8f075f6853ec58e /httemplate/search/log.html
parentbc60fbd27b5ca8d41b9dae134ccc7f493c2742db (diff)
fix perl barf, RT#73098
Diffstat (limited to 'httemplate/search/log.html')
-rw-r--r--httemplate/search/log.html2
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>