summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show.xml.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/show.xml.tmpl')
-rw-r--r--template/en/default/bug/show.xml.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl
index c0f32d69e..cc10cf95e 100644
--- a/template/en/default/bug/show.xml.tmpl
+++ b/template/en/default/bug/show.xml.tmpl
@@ -27,9 +27,9 @@
<bugzilla version="[% constants.BUGZILLA_VERSION %]"
urlbase="[% urlbase FILTER xml %]"
- [%# Note that the maintainer's email is not filtered,
+ [%# Note that the maintainer's email is not filtered,
# intentionally. Even logged-out users should be able
- # to see that, since it will be in error messages anyway.
+ # to see that, since it will be in error messages anyway.
%]
maintainer="[% Param('maintainer') FILTER xml %]"
[% IF user.id %]
@@ -83,7 +83,7 @@
</long_desc>
[% END %]
[% END %]
-
+
[% IF displayfields.attachment %]
[% FOREACH a = bug.attachments %]
[% NEXT IF a.isprivate && !user.is_insider %]
@@ -112,7 +112,7 @@
</attachment>
[% END %]
[% END %]
-
+
[% Hook.process("bug_end") %]
</bug>
@@ -151,7 +151,7 @@
[% BLOCK section_flags %]
[% RETURN UNLESS displayfields.flag %]
-
+
[% FOREACH flag = obj.flags %]
<flag name="[% flag.type.name FILTER xml %]"
id="[% flag.id FILTER xml %]"