From: mkanat%bugzilla.org <> Date: Wed, 4 Jun 2008 03:55:09 +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.2rc1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8d6b3180ea8874a14fbc586bdeb9ec4dd9dafe;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 714eee5170..16f281ea55 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 %]