docs: script -> `script`

This commit is contained in:
defuz 2014-11-05 07:56:03 +03:00
parent d338dc8a13
commit d6f5eb8def
3 changed files with 6 additions and 6 deletions

View file

@ -105,9 +105,9 @@ by Jinja2 itself:
is for example very helpful if you try to generate JavaScript on the
fly.
Note that inside `script` tags no escaping must take place, so make
Note that inside ``script`` tags no escaping must take place, so make
sure to disable escaping with ``|safe`` before Flask 0.10 if you intend
to use it inside `script` tags:
to use it inside ``script`` tags:
.. sourcecode:: html+jinja