summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show.xml.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-06-04 05:54:13 +0200
committermkanat%bugzilla.org <>2008-06-04 05:54:13 +0200
commit003be1edfb45d02fe3ef7512875850a94199af19 (patch)
treee9cb9d03f08621ee2e47f3162624530373dc0c58 /template/en/default/bug/show.xml.tmpl
parentb221a13ac23eab14280fbae52b4e0220527ef0d5 (diff)
downloadbugzilla-003be1edfb45d02fe3ef7512875850a94199af19.tar.gz
bugzilla-003be1edfb45d02fe3ef7512875850a94199af19.tar.xz
Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/bug/show.xml.tmpl')
-rw-r--r--template/en/default/bug/show.xml.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl
index 714eee517..16f281ea5 100644
--- a/template/en/default/bug/show.xml.tmpl
+++ b/template/en/default/bug/show.xml.tmpl
@@ -109,6 +109,9 @@
</attachment>
[% END %]
[% END %]
+
+ [% Hook.process("bug_end") %]
+
</bug>
[% END %]
[% END %]