summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorKoosha KM <koosha.khajeh@gmail.com>2014-09-23 17:52:29 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-09-23 17:52:29 +0200
commite877bb3a0f67a24f4403e9e774838811d675b85e (patch)
tree7b53a540a6092e67bbbc0794621689627820e4a8 /template
parentd416aabce2b8e25ab2a7919ccd970aaf7455f7e5 (diff)
downloadbugzilla-e877bb3a0f67a24f4403e9e774838811d675b85e.tar.gz
bugzilla-e877bb3a0f67a24f4403e9e774838811d675b85e.tar.xz
Bug 1059685: Add user help for Markdown
- Fixed template filter for constant in markdown.html.tmpl
Diffstat (limited to 'template')
-rw-r--r--template/en/default/pages/markdown.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/pages/markdown.html.tmpl b/template/en/default/pages/markdown.html.tmpl
index b1da19684..8b43f5f17 100644
--- a/template/en/default/pages/markdown.html.tmpl
+++ b/template/en/default/pages/markdown.html.tmpl
@@ -199,10 +199,10 @@
</pre>
</p>
- You can also use a tab or [% constants.MARKDOWN_TAB_WIDTH %] or more spaces at
- the beginning of each line of your code to make the whole block look as a code
- block. Please take care that you might make your lines as code blocks by
- inadvertently indenting them.
+ You can also use a tab or [% constants.MARKDOWN_TAB_WIDTH FILTER html %] or
+ more spaces at the beginning of each line of your code to make the whole block
+ look as a code block. Please take care that you might make your lines as code
+ blocks by inadvertently indenting them.
<h2 id="strikethroughs">Strikethroughs</h2>