summaryrefslogtreecommitdiff
path: root/httemplate/misc/timeworked.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/timeworked.html')
-rwxr-xr-xhttemplate/misc/timeworked.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html
index e4392825c..a0cf74371 100755
--- a/httemplate/misc/timeworked.html
+++ b/httemplate/misc/timeworked.html
@@ -82,8 +82,9 @@
<BR>
-<INPUT TYPE="hidden" NAME="begin" VALUE="<% $cgi->param('begin') |h %>">
-<INPUT TYPE="hidden" NAME="end" VALUE="<% $cgi->param('end') |h %>">
+<INPUT TYPE="hidden" NAME="begin" VALUE="<% $cgi->param('begin') |h %>">
+<INPUT TYPE="hidden" NAME="end" VALUE="<% $cgi->param('end') |h %>">
+<INPUT TYPE="hidden" NAME="category" VALUE="<% $cgi->param('category') |h %>">
<INPUT TYPE="submit" NAME="submit" VALUE="<% $title %>">
</FORM>