From bec799dce8edac137ad9b124629132afa94ef07c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 24 Oct 2016 16:07:15 -0700 Subject: [PATCH] fix perl barf, RT#73098 --- httemplate/search/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} To <& /elements/input-date-field.html, { name => 'ending', - value => scalar($cgi->param('ending')) || '' ), + value => scalar($cgi->param('ending')) || '', noinit => 1, } &> -- 2.11.0