diff options
Diffstat (limited to 'httemplate/misc/timeworked.html')
-rwxr-xr-x | httemplate/misc/timeworked.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html index a0cf74371..b24e31378 100755 --- a/httemplate/misc/timeworked.html +++ b/httemplate/misc/timeworked.html @@ -86,7 +86,7 @@ <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 %>"> +<INPUT TYPE="submit" NAME="submitButton" VALUE="<% $title %>"> </FORM> <% include('/elements/footer.html') %> |