Typo in jQuery pattern docs

This commit is contained in:
Dag Odenhall 2010-06-05 13:49:04 +08:00 committed by Armin Ronacher
parent e67903d134
commit e7a9df784c

View file

@ -76,7 +76,7 @@ inside a `script` block here where different rules apply.
In HTML the `script` tag is declared `CDATA` which means that entities
will not be parsed. Everything until ``</script>`` is handled as script.
This also means that there must never be any ``</`` between the script
tags. ``|tojson`` is kindly enough to do the right thing here and
tags. ``|tojson`` is kind enough to do the right thing here and
escape slashes for you (``{{ "</script>"|tojson|safe }}`` is rendered as
``"<\/script>"``).