From: mkanat%bugzilla.org <> Date: Thu, 31 Dec 2009 12:31:39 +0000 (+0000) Subject: Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to help out... X-Git-Tag: bugzilla-3.5.3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f912882a8e99d75d779aeb455f79abf894159b;p=thirdparty%2Fbugzilla.git Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to help out extensions Patch by Max Kanat-Alexander r=wicked, a=mkanat --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index d29913fc22..4b1745757a 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -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' %]