summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show.xml.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-04-27 02:52:33 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-04-27 02:52:33 +0200
commit16f274f6d120d46734dee8b1ace0b7c3bf50c95a (patch)
tree8598f70fb3af613e87fd7e49810ab812e86bf74e /template/en/default/bug/show.xml.tmpl
parent9a78229983df5537736f2bf715e6a248f48b2891 (diff)
downloadbugzilla-16f274f6d120d46734dee8b1ace0b7c3bf50c95a.tar.gz
bugzilla-16f274f6d120d46734dee8b1ace0b7c3bf50c95a.tar.xz
Bug 652987: The XML file of a bug incorrectly sets the See Also field
r=timello a=LpSolit
Diffstat (limited to 'template/en/default/bug/show.xml.tmpl')
-rw-r--r--template/en/default/bug/show.xml.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl
index 152f3e0a9..f5c125a52 100644
--- a/template/en/default/bug/show.xml.tmpl
+++ b/template/en/default/bug/show.xml.tmpl
@@ -133,6 +133,8 @@
[% val = val FILTER email %]
[% ELSIF field == 'creation_ts' OR field == 'delta_ts' %]
[% val = val FILTER time("%Y-%m-%d %T %z") %]
+ [% ELSIF field == "see_also" %]
+ [% val = val.name %]
[% END %]
<[% field %][% IF name != '' %] name="[% name FILTER xml %]"[% END -%]>
[%- val FILTER xml %]</[% field %]>