diff options
author | Matt Selsky <selsky@columbia.edu> | 2014-03-04 20:26:13 +0000 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-03-04 20:26:13 +0000 |
commit | 816643985f50c44566690f326ffbf84532c92e83 (patch) | |
tree | 5b5db14d1a9d576dfd9437c9af99cc6da03521b9 /template/en/default/extensions | |
parent | 54da2a3c22192b7b4d120ae74a7a805e1229cdbc (diff) | |
download | bugs-816643985f50c44566690f326ffbf84532c92e83.tar bugs-816643985f50c44566690f326ffbf84532c92e83.tar.gz bugs-816643985f50c44566690f326ffbf84532c92e83.tar.bz2 bugs-816643985f50c44566690f326ffbf84532c92e83.tar.xz bugs-816643985f50c44566690f326ffbf84532c92e83.zip |
Bug 365057 - messages.html.tmpl file bareword should be tagged in <code> or something
r=dkl,a=justdave
Diffstat (limited to 'template/en/default/extensions')
-rw-r--r-- | template/en/default/extensions/name-readme.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/extensions/name-readme.txt.tmpl b/template/en/default/extensions/name-readme.txt.tmpl index e09f86c96..e792512b5 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 = 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 |