From cd1daddd12f649abe06b0658eca3b1eab6558d78 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 8 Jan 2007 09:29:15 +0000 Subject: Bug 365520 attachment/edit has unescaped & patch by bmo2007@rsz.jp r=timeless a=justdave --- template/en/default/attachment/edit.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index a4d313784..bc9253164 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -277,12 +277,12 @@ Actions: View [% IF attachment.ispatch && patchviewerinstalled %] - | Diff + | Diff [% END %] [% IF Param("allow_attachment_deletion") && user.groups.admin && attachment.datasize > 0 %] - | Delete + | Delete [% END %] -- cgit v1.2.3-24-g4f1b