summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-31 13:31:39 +0100
committermkanat%bugzilla.org <>2009-12-31 13:31:39 +0100
commit26f912882a8e99d75d779aeb455f79abf894159b (patch)
tree71d1756c930512fe68e7e910804e17c8ac03622e /template
parentf1f306abfd3934bca715e5cb6cb8a2160cb997ba (diff)
downloadbugzilla-26f912882a8e99d75d779aeb455f79abf894159b.tar.gz
bugzilla-26f912882a8e99d75d779aeb455f79abf894159b.tar.xz
Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to help out extensions
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/create/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index d29913fc2..4b1745757 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' %]
</td>
</tr>