]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365057 - messages.html.tmpl file bareword should be tagged in <code> or something
authorMatt Selsky <selsky@columbia.edu>
Tue, 4 Mar 2014 20:26:13 +0000 (20:26 +0000)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 4 Mar 2014 20:26:13 +0000 (20:26 +0000)
r=dkl,a=justdave

template/en/default/account/cancel-token.txt.tmpl
template/en/default/extensions/name-readme.txt.tmpl
template/en/default/global/messages.html.tmpl

index c21a21b0ae4946cfcb703237aaccb07f39b15fc5..384f2cfe09b9444fe1fdbe9521bef875cd4fafc0 100644 (file)
@@ -83,7 +83,7 @@ Canceled Because: [% PROCESS cancelactionmessage %]
       #%]
     You are using 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 <kbd>cancel-token.txt.tmpl</kbd>.
 
     If you are a [% terms.Bugzilla %] end-user seeing this message, please forward this
     email to [% Param('maintainer') %].
index e09f86c967cc3b1355a33481dcd75459fa780c3f..e792512b5735433aaebe693feafc892261adfcac 100644 (file)
@@ -14,7 +14,7 @@ my $template = Bugzilla->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 <kbd>some-template.html.tmpl</kbd> that
 was in this directory.
 
 Note that you have to be careful that the full path of your template
index 32c5b548af49704a60d8a977eb1585d8f8fd4a81..9203d103ae95236663dfd41dc02dfef412e6f0ef 100644 (file)
   [% message = BLOCK %]
     You are using 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.<br>
+    in a tag, and define that tag in the file <kbd>messages.html.tmpl</kbd>.<br>
     <br>
     If you are a [% terms.Bugzilla %] end-user seeing this message, please
     save this page and send it to [% Param('maintainer') %].