From: Matt Selsky Date: Tue, 4 Mar 2014 20:28:23 +0000 (+0000) Subject: Bug 365057 - messages.html.tmpl file bareword should be tagged in or something X-Git-Tag: bugzilla-4.4.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f46c641dd1996ab8c90443089f45e86aa079458;p=thirdparty%2Fbugzilla.git Bug 365057 - messages.html.tmpl file bareword should be tagged in or something r=dkl,a=justdave --- diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl index 4d9cb9a904..b9a7dd82e1 100644 --- a/template/en/default/account/cancel-token.txt.tmpl +++ b/template/en/default/account/cancel-token.txt.tmpl @@ -83,7 +83,7 @@ Canceled Because: [% PROCESS cancelactionmessage %] #%] You are using [% terms.Bugzilla %]'s cancel-token function incorrectly. You passed in the string '[% cancelaction %]'. The correct use is to pass - in a tag, and define that tag in the file cancel-token.txt.tmpl. + in a tag, and define that tag in the file cancel-token.txt.tmpl. If you are a [% terms.Bugzilla %] end-user seeing this message, please forward this email to [% Param('maintainer') %]. diff --git a/template/en/default/extensions/name-readme.txt.tmpl b/template/en/default/extensions/name-readme.txt.tmpl index 5403bab7f3..22fbad4df1 100644 --- a/template/en/default/extensions/name-readme.txt.tmpl +++ b/template/en/default/extensions/name-readme.txt.tmpl @@ -14,7 +14,7 @@ my $template = B[% %]ugzilla->template; $template->process('[% name FILTER lower %]/some-template.html.tmpl') or ThrowTemplateError($template->error()); -That would be how to load a file called some-template.html.tmpl that +That would be how to load a file called some-template.html.tmpl that was in this directory. Note that you have to be careful that the full path of your template diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 95b74f1dfe..622e3a6902 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -921,7 +921,7 @@ [% message = BLOCK %] You are using [% terms.Bugzilla %]'s messaging functions incorrectly. You passed in the string '[% message_tag %]'. The correct use is to pass - in a tag, and define that tag in the file messages.html.tmpl.
+ in a tag, and define that tag in the file messages.html.tmpl.

If you are a [% terms.Bugzilla %] end-user seeing this message, please save this page and send it to [% Param('maintainer') %].