From: mkanat%bugzilla.org <> Date: Wed, 4 Jun 2008 03:56:07 +0000 (+0000) Subject: Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml X-Git-Tag: bugzilla-3.0.5~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82734c04ad5d487818a1b466c0bc795819980e11;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 61b597f727..f481c6cf48 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 %]