From: lpsolit%gmail.com <> Date: Sun, 7 Jan 2007 07:51:56 +0000 (+0000) Subject: Bug 366059: Include the attachment size when viewing bugs in the XML format - Patch... X-Git-Tag: bugzilla-2.23.4~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20bc564f90f84334fdff1b89c75cb2bde323f194;p=thirdparty%2Fbugzilla.git Bug 366059: Include the attachment size when viewing bugs in the XML format - Patch by Frédéric Buclin r=bkor a=myk --- 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 %]