From e7a9df784c9edee7742052aadacc2389bf21230c Mon Sep 17 00:00:00 2001 From: Dag Odenhall Date: Sat, 5 Jun 2010 13:49:04 +0800 Subject: [PATCH] Typo in jQuery pattern docs --- docs/patterns/jquery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/jquery.rst b/docs/patterns/jquery.rst index e9c9f956..397635c7 100644 --- a/docs/patterns/jquery.rst +++ b/docs/patterns/jquery.rst @@ -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 ```` is handled as script. This also means that there must never be any ``"|tojson|safe }}`` is rendered as ``"<\/script>"``).