From 003be1edfb45d02fe3ef7512875850a94199af19 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 4 Jun 2008 03:54:13 +0000 Subject: Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml Patch By Elliotte Martin r=mkanat, a=mkanat --- template/en/default/bug/show.xml.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/bug/show.xml.tmpl') 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 @@ [% END %] [% END %] + + [% Hook.process("bug_end") %] + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b