diff options
author | mkanat%bugzilla.org <> | 2009-12-31 13:31:39 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-31 13:31:39 +0100 |
commit | 26f912882a8e99d75d779aeb455f79abf894159b (patch) | |
tree | 71d1756c930512fe68e7e910804e17c8ac03622e /template | |
parent | f1f306abfd3934bca715e5cb6cb8a2160cb997ba (diff) | |
download | bugzilla-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.tmpl | 2 |
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> |