]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 252839: Remove &action=view from links in attachment table;
authorkiko%async.com.br <>
Thu, 29 Jul 2004 09:55:00 +0000 (09:55 +0000)
committerkiko%async.com.br <>
Thu, 29 Jul 2004 09:55:00 +0000 (09:55 +0000)
this was done to improve link target consistency and avoid shell-pasting
bustage from the & character.  r=myk, a=justdave.

template/en/default/attachment/list.html.tmpl

index 8558a5959e96178762951bd42b6ec9c1b76f40be..d5741d6a2cd2a5be4c110999fa946b7b1f14080e 100644 (file)
@@ -36,7 +36,7 @@
         [% IF !attachment.isprivate || canseeprivate %]
     <tr [% "class=\"bz_private\"" IF attachment.isprivate %]>
       <td valign="top">
-        <a href="attachment.cgi?id=[% attachment.attachid %]&amp;action=view">[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]</a>
+        <a href="attachment.cgi?id=[% attachment.attachid %]">[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]</a>
       </td>
 
       <td valign="top">