From 4299df571b7eae6d209c9e93444d6774ca1183f6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 27 Jun 2013 08:19:54 +0200 Subject: [PATCH] tweaked previous merge (refs #1114) --- doc/filters/url_encode.rst | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) 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 -- 1.7.2.5