From: Fabien Potencier Date: Wed, 6 Oct 2010 13:11:15 +0000 (+0200) Subject: updated doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=685cc49be11bf149ad8d821373d054c6d0bb6d15;p=web%2Fkonrad%2Ftwig.git updated doc --- diff --git a/doc/02-Twig-for-Template-Designers.markdown b/doc/02-Twig-for-Template-Designers.markdown index 35a1894..01e61ad 100644 --- a/doc/02-Twig-for-Template-Designers.markdown +++ b/doc/02-Twig-for-Template-Designers.markdown @@ -1059,9 +1059,13 @@ The array can contain any number of values: {{ fruits|cycle(i) }} {% endfor %} -### `urlencode` +### `url_encode` -The `urlencode` filter URL encodes a given string. +The `url_encode` filter URL encodes a given string. + +### `json_encode` + +The `json_encode` filter returns the JSON representation of a string. ### `title`