summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-10-09 01:06:40 +0000
committerivan <ivan>2007-10-09 01:06:40 +0000
commit7224359dd904049a160daae7bd9a0a5c11ee8dbf (patch)
treec84c78572857dc2706ca1caec88fc527a2be001c
parentf481fcc27b20d1a3aee48a613a52395e7cffd871 (diff)
interpolating the links would help too
-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 ac5996087..1ab567300 100755
--- a/httemplate/misc/timeworked.html
+++ b/httemplate/misc/timeworked.html
@@ -39,9 +39,9 @@
<TBODY>
<TR>
- <TD><a href="$link"><% $tr_id %></a></TD>
- <TD><a href="$link"><% $ticketmap{$tr_id} %></a></TD>
- <TD><a href="$link"><% $ticket{$ticketmap{$tr_id}} %></a></TD>
+ <TD><a href="<% $link %>"><% $tr_id %></a></TD>
+ <TD><a href="<% $link %>"><% $ticketmap{$tr_id} %></a></TD>
+ <TD><a href="<% $link %>"><% $ticket{$ticketmap{$tr_id}} |h %></a></TD>
<TD><% sprintf("%0.2f", $cgi->param("seconds$tr_id")/3600) %></TD>
<TD ALIGN="right"><% $custnum %></TD>
<TD ALIGN="right"><% $name %></TD>