From: timeless%mozdev.org <> Date: Mon, 8 Jan 2007 09:29:15 +0000 (+0000) Subject: Bug 365520 attachment/edit has unescaped & X-Git-Tag: bugzilla-2.23.4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd1daddd12f649abe06b0658eca3b1eab6558d78;p=thirdparty%2Fbugzilla.git Bug 365520 attachment/edit has unescaped & patch by bmo2007@rsz.jp r=timeless a=justdave --- diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index a4d3137842..bc92531640 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 %]