From: Armin Ronacher Date: Mon, 21 May 2007 21:14:44 +0000 (+0200) Subject: [svn] fixed formatting issue X-Git-Tag: 2.0rc1~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb7bbb5f49de41c42fb29bab79bf7a707c7e963f;p=thirdparty%2Fjinja.git [svn] fixed formatting issue --HG-- branch : trunk --- diff --git a/docs/src/designerdoc.txt b/docs/src/designerdoc.txt index d48dde20..c6ad15fa 100644 --- a/docs/src/designerdoc.txt +++ b/docs/src/designerdoc.txt @@ -419,9 +419,9 @@ The following keywords exist and cannot be used as identifiers: `and`, `block`, `cycle`, `elif`, `else`, `endblock`, `endfilter`, `endfor`, `endif`, `endmacro`, `endraw`, `endtrans`, `extends`, `filter`, `for`, `if`, `in`, `include`, `is`, `macro`, `not`, `or`, `pluralize`, - `print`, `raw`, `recursive`, `set`, `trans`, `call`*, `endcall`*, + `print`, `raw`, `recursive`, `set`, `trans`, `call` *, `endcall` * -keywords marked with `*` can be used until Jinja 1.3 as identifiers because +keywords marked with a star (*) can be used until Jinja 1.3 as identifiers because they were introduced after the Jinja 1.0 release and can cause backwards compatiblity problems otherwise. You should not use them any more.