summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/list.html.tmpl
diff options
context:
space:
mode:
authorkiko%async.com.br <>2004-07-29 11:55:00 +0200
committerkiko%async.com.br <>2004-07-29 11:55:00 +0200
commitba16c04e08ac7c92b37657f56775db2cde2fc634 (patch)
treec4e4a27127aeec527799f21e63064cc7d7f10f06 /template/en/default/attachment/list.html.tmpl
parent39633788a33cbe86b5ebc292fb18652fdc702e46 (diff)
downloadbugzilla-ba16c04e08ac7c92b37657f56775db2cde2fc634.tar.gz
bugzilla-ba16c04e08ac7c92b37657f56775db2cde2fc634.tar.xz
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.
Diffstat (limited to 'template/en/default/attachment/list.html.tmpl')
-rw-r--r--template/en/default/attachment/list.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
index 8558a5959..d5741d6a2 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 %]
<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">