tweaked previous merge (refs #1114)
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 27 Jun 2013 06:19:54 +0000 (08:19 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 27 Jun 2013 06:19:57 +0000 (08:19 +0200)
doc/filters/url_encode.rst

index e9c8e28..b4f9a6c 100644 (file)
@@ -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