summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-10-24 16:07:15 -0700
committerIvan Kohler <ivan@freeside.biz>2016-10-24 16:07:15 -0700
commitbec799dce8edac137ad9b124629132afa94ef07c (patch)
tree4221a828df3d54d7ebf31050c640da38b1fbbfbb /httemplate
parent8288af84c4f2f13e8a32289319de0d314b66d28f (diff)
fix perl barf, RT#73098
Diffstat (limited to 'httemplate')
-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 592e77dc1..9aa37365d 100644
--- a/httemplate/search/log.html
+++ b/httemplate/search/log.html
@@ -71,7 +71,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>