diff options
-rw-r--r-- | httemplate/search/log.html | 2 |
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> |