summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show.xml.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2005-09-01 23:02:26 +0200
committermyk%mozilla.org <>2005-09-01 23:02:26 +0200
commita3cbf5618bb6133f8cd56d8b1d1414fe4c87e469 (patch)
treeaca6a8e5dc4868c72816aa46870408093a8e8538 /template/en/default/bug/show.xml.tmpl
parenta094f0ebf0294b8f964fc3d93e4d60044af8353e (diff)
downloadbugzilla-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.tar.gz
bugzilla-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.tar.xz
Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachment class; r=lpsolit
Diffstat (limited to 'template/en/default/bug/show.xml.tmpl')
-rw-r--r--template/en/default/bug/show.xml.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl
index 222204936..2555600ed 100644
--- a/template/en/default/bug/show.xml.tmpl
+++ b/template/en/default/bug/show.xml.tmpl
@@ -73,8 +73,8 @@
ispatch="1"
[% END %]
>
- <attachid>[% a.attachid %]</attachid>
- <date>[% a.date FILTER time FILTER xml %]</date>
+ <attachid>[% a.id %]</attachid>
+ <date>[% a.attached FILTER time FILTER xml %]</date>
<desc>[% a.description FILTER xml %]</desc>
<ctype>[% a.contenttype FILTER xml %]</ctype>
[% FOREACH flag = a.flags %]