Commit 16f274f6 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 652987: The XML file of a bug incorrectly sets the See Also field

r=timello a=LpSolit
parent 9a782299
......@@ -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 %]>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment