From 36246368fb9b34b03c05572d212e2f48abbb63f2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 24 Oct 2016 16:07:10 -0700 Subject: [PATCH 1/1] 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 535b2ca32..f6ac9d9be 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -72,7 +72,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