From: kiko%async.com.br <> Date: Thu, 29 Jul 2004 09:55:00 +0000 (+0000) Subject: Fix for bug 252839: Remove &action=view from links in attachment table; X-Git-Tag: bugzilla-2.19.1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba16c04e08ac7c92b37657f56775db2cde2fc634;p=thirdparty%2Fbugzilla.git Fix for bug 252839: Remove &action=view from links in attachment table; this was done to improve link target consistency and avoid shell-pasting bustage from the & character. r=myk, a=justdave. --- diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 8558a5959e..d5741d6a2c 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -36,7 +36,7 @@ [% IF !attachment.isprivate || canseeprivate %] - [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] + [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]