From 20bc564f90f84334fdff1b89c75cb2bde323f194 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 7 Jan 2007 07:51:56 +0000 Subject: [PATCH] =?utf8?q?Bug=20366059:=20Include=20the=20attachment=20siz?= =?utf8?q?e=20when=20viewing=20bugs=20in=20the=20XML=20format=20-=20Patch?= =?utf8?q?=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dbkor=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bugzilla.dtd | 3 ++- template/en/default/bug/show.xml.tmpl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bugzilla.dtd b/bugzilla.dtd index 5cdfc0c512..c0f9ff4a32 100644 --- a/bugzilla.dtd +++ b/bugzilla.dtd @@ -56,7 +56,7 @@ - + + [% a.description FILTER xml %] [% a.filename FILTER xml %] [% a.contenttype FILTER xml %] + [% a.datasize FILTER xml %] [% IF displayfields.attachmentdata %] [% a.data FILTER base64 %] [% END %] -- 2.47.3