summaryrefslogtreecommitdiff
path: root/httemplate/misc/timeworked.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/timeworked.html')
-rwxr-xr-xhttemplate/misc/timeworked.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html
index b0eadc42e..db4b64ce7 100755
--- a/httemplate/misc/timeworked.html
+++ b/httemplate/misc/timeworked.html
@@ -54,7 +54,7 @@
<INPUT TYPE="hidden" NAME="seconds<%$tr_id%>" VALUE="<% $seconds %>" >
% my $multiplier = $default_multiplier;
-% my $mult_paramname = "multiplier${tr_id}_$custnum"
+% my $mult_paramname = "multiplier${tr_id}_$custnum";
% if ( $cgi->param($mult_paramname) =~ /^\s*([\d\.]+)\s*$/ ) {
% $multiplier = $1;
% }
@@ -94,8 +94,8 @@
<INPUT TYPE="submit" NAME="submit" VALUE="<% $title %>">
</FORM>
-</BODY>
-</HTML>
+
+<% include('/elements/footer.html') %>
<%init>