From: Fabien Potencier Date: Sat, 29 Sep 2012 16:04:58 +0000 (+0200) Subject: fixed blanks in the doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=da34d73b4ae4797c3d8f4141c0cd454175ca4396;p=web%2Fkonrad%2Ftwig.git fixed blanks in the doc --- diff --git a/doc/filters/date_modify.rst b/doc/filters/date_modify.rst index 2520553..ae12c52 100644 --- a/doc/filters/date_modify.rst +++ b/doc/filters/date_modify.rst @@ -12,7 +12,7 @@ The ``date_modify`` filter modifies a date with a given modifier string: The ``date_modify`` filter accepts strings (it must be in a format supported by the `strtotime`_ function) or `DateTime`_ instances. You can easily combine -it with the :doc:`date ` filter for formatting. +it with the :doc:`date` filter for formatting. -.. _`strtotime`: http://www.php.net/strtotime -.. _`DateTime`: http://www.php.net/DateTime +.. _`strtotime`: http://www.php.net/strtotime +.. _`DateTime`: http://www.php.net/DateTime