summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/show-multiple.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-03-02 07:46:21 +0100
committerlpsolit%gmail.com <>2006-03-02 07:46:21 +0100
commit2ba411e9446f9d0ba1cd1e0f555387d346db5001 (patch)
tree58c79970e11b8c5dfa4c9e15ae7a28e006c9b507 /template/en/default/attachment/show-multiple.html.tmpl
parent620bb51b19bf6bf5c3bced099fc8a65aa1438267 (diff)
downloadbugzilla-2ba411e9446f9d0ba1cd1e0f555387d346db5001.tar.gz
bugzilla-2ba411e9446f9d0ba1cd1e0f555387d346db5001.tar.xz
Bug 281358: Attachment links in bugmail are different from the link in show_bug.cgi - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/attachment/show-multiple.html.tmpl')
-rw-r--r--template/en/default/attachment/show-multiple.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl
index 03ad0ea47..ca2690c6e 100644
--- a/template/en/default/attachment/show-multiple.html.tmpl
+++ b/template/en/default/attachment/show-multiple.html.tmpl
@@ -82,14 +82,14 @@
</table>
[% IF a.isviewable %]
- <iframe src="attachment.cgi?id=[% a.attachid %]&amp;action=view" width="75%" height="350">
+ <iframe src="attachment.cgi?id=[% a.attachid %]" width="75%" height="350">
<b>You cannot view the attachment on this page because your browser does not support IFRAMEs.
- <a href="attachment.cgi?id=[% a.attachid %]&amp;action=view">View the attachment on a separate page</a>.</b>
+ <a href="attachment.cgi?id=[% a.attachid %]">View the attachment on a separate page</a>.</b>
</iframe>
[% ELSE %]
<p><b>
Attachment cannot be viewed because its MIME type is not text/*, image/*, or application/vnd.mozilla.*.
- <a href="attachment.cgi?id=[% a.attachid %]&amp;action=view">Download the attachment instead</a>.
+ <a href="attachment.cgi?id=[% a.attachid %]">Download the attachment instead</a>.
</b></p>
[% END %]
</div>