From a1b2e423700e27df8fe287371bc4c4dd3de7bbe2 Mon Sep 17 00:00:00 2001 From: Frank Becker Date: Sun, 27 May 2012 19:58:45 +0200 Subject: Bug 676039: The XML format for bugs should include the full name of attachment creators r/a=LpSolit --- template/en/default/bug/show.xml.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/bug/show.xml.tmpl') diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 9964cd800..1d376f874 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -76,7 +76,8 @@ [% a.filename FILTER xml %] [% a.contenttype FILTER xml %] [% a.datasize FILTER xml %] - [% a.attacher.email FILTER email FILTER xml %] + + [% a.attacher.email FILTER email FILTER xml %] [%# This is here so automated clients can still use attachment.cgi %] [% IF displayfields.token && user.id %] [% issue_hash_token([a.id, a.modification_time]) FILTER xml %] -- cgit v1.2.3-24-g4f1b