]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to help out...
authormkanat%bugzilla.org <>
Thu, 31 Dec 2009 12:31:39 +0000 (12:31 +0000)
committermkanat%bugzilla.org <>
Thu, 31 Dec 2009 12:31:39 +0000 (12:31 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat

template/en/default/bug/create/create.html.tmpl

index d29913fc22cded0fd3b051de91f6682b53a69cca..4b1745757a16a9f4d7006eda323058891fd9890a 100644 (file)
@@ -188,7 +188,7 @@ TUI_hide_default('expert_fields');
     [%# Migration note: The following file corresponds to the old Param
       # 'entryheaderhtml'
       #%]
-    [% INCLUDE 'bug/create/user-message.html.tmpl' %]
+    [% PROCESS 'bug/create/user-message.html.tmpl' %]
     </td>
   </tr>