From ba16c04e08ac7c92b37657f56775db2cde2fc634 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Thu, 29 Jul 2004 09:55:00 +0000 Subject: 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. --- template/en/default/attachment/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] - [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] + [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] -- cgit v1.2.3-24-g4f1b