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

@ -376,9 +376,9 @@ JSON module:
as string.
The :func:`~htmlsafe_dumps` function of this json module is also available
as filter called ``|tojson`` in Jinja2. Note that inside `script`
as filter called ``|tojson`` in Jinja2. Note that inside ``script``
tags no escaping must take place, so make sure to disable escaping
with ``|safe`` if you intend to use it inside `script` tags unless
with ``|safe`` if you intend to use it inside ``script`` tags unless
you are using Flask 0.10 which implies that:
.. sourcecode:: html+jinja