summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-01-13 23:30:48 +0000
committerivan <ivan>2008-01-13 23:30:48 +0000
commit5bbee276dcee33d010a98930ab94d1e990c7e3ff (patch)
tree7f2a786d8fbf075dbb1009b6920618d6bb40c1d4 /httemplate
parent64d25e2c55bb46c56108ab56c141e0feb69f6540 (diff)
missing semicolon, doh
Diffstat (limited to 'httemplate')
-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>