]> 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:55:09 +0000 (03:55 +0000)
committermkanat%bugzilla.org <>
Wed, 4 Jun 2008 03:55:09 +0000 (03:55 +0000)
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat

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

index 714eee5170c92635d3f452180a96d84606b0d4d1..16f281ea557e0d5e6883fe65d6e8022b7dc9240d 100644 (file)
           </attachment>
         [% END %]
       [% END %]
+      
+      [% Hook.process("bug_end") %]
+
     </bug>
   [% END %]
 [% END %]