From da34d73b4ae4797c3d8f4141c0cd454175ca4396 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 29 Sep 2012 18:04:58 +0200 Subject: [PATCH] fixed blanks in the doc --- doc/filters/date_modify.rst | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.2.5