From: Fabien Potencier Date: Thu, 27 Jun 2013 06:19:54 +0000 (+0200) Subject: tweaked previous merge (refs #1114) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=4299df571b7eae6d209c9e93444d6774ca1183f6;p=konrad%2Ftwig.git tweaked previous merge (refs #1114) --- diff --git a/doc/filters/url_encode.rst b/doc/filters/url_encode.rst index e9c8e28..b4f9a6c 100644 --- a/doc/filters/url_encode.rst +++ b/doc/filters/url_encode.rst @@ -20,8 +20,9 @@ or an array as query string: .. note:: - Internally, Twig uses the PHP `urlencode`_ (or `rawurlencode`_ if you pass ``true`` as the first parameter) or the `http_build_query`_ function. + Internally, Twig uses the PHP `urlencode`_ (or `rawurlencode`_ if you pass + ``true`` as the first parameter) or the `http_build_query`_ function. -.. _`urlencode`: http://php.net/urlencode -.. _`rawurlencode`: http://php.net/rawurlencode +.. _`urlencode`: http://php.net/urlencode +.. _`rawurlencode`: http://php.net/rawurlencode .. _`http_build_query`: http://php.net/http_build_query