]> 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:28:23 +0000 (20:28 +0000)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 4 Mar 2014 20:28:23 +0000 (20:28 +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 4d9cb9a9047487ad2c3cee125f05a1dbfeab9cf3..b9a7dd82e1b79b48cad435fe3688613677c40234 100644 (file)
@@ -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 <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 5403bab7f3434f665746ede6b74da039e0447299..22fbad4df162ce95e99bdf957736159de13f3650 100644 (file)
@@ -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 <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 95b74f1dfed7f7be3440c533cb8cf14a9703e949..622e3a690299119aea7493b23c224d6b553caeff 100644 (file)
   [% 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.<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') %].