]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml
authormkanat%bugzilla.org <>
Wed, 4 Jun 2008 03:56:07 +0000 (03:56 +0000)
committermkanat%bugzilla.org <>
Wed, 4 Jun 2008 03:56:07 +0000 (03:56 +0000)
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat

template/en/default/bug/show.xml.tmpl

index 61b597f727b797e948500a5630f5851320799d7b..f481c6cf4885be3f2a6770ee4b5339d95baec389 100644 (file)
           </attachment>
         [% END %]
       [% END %]
+      
+      [% Hook.process("bug_end") %]
+
     </bug>
   [% END %]
 [% END %]