fix perl barf, RT#73098
authorIvan Kohler <ivan@freeside.biz>
Mon, 24 Oct 2016 23:07:15 +0000 (16:07 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 24 Oct 2016 23:07:15 +0000 (16:07 -0700)
httemplate/search/log.html

index 592e77d..9aa3736 100644 (file)
@@ -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>