From d497d6477da4b9821af2d1e60c4160fdc7d8176d Mon Sep 17 00:00:00 2001 From: Wouter J Date: Sun, 17 Aug 2014 00:24:21 +0200 Subject: [PATCH] fixed directive syntax --- cookbook/console/sending_emails.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/console/sending_emails.rst b/cookbook/console/sending_emails.rst index 898008e4f8b..2ecd95e4104 100644 --- a/cookbook/console/sending_emails.rst +++ b/cookbook/console/sending_emails.rst @@ -20,7 +20,7 @@ and per Command. Configuring the Request Context globally ---------------------------------------- -.. versionadded: 2.2 +.. versionadded:: 2.2 The ``base_url`` parameter was introduced in Symfony 2.2. To configure the Request Context - which is used by the URL Generator - you can @@ -88,7 +88,7 @@ from the ``router`` service and override its settings:: Using Memory Spooling --------------------- -.. versionadded: 2.3 +.. versionadded:: 2.3 When using Symfony 2.3+ and SwiftmailerBundle 2.3.5+, the memory spool is now handled automatically in the CLI and the code below is not necessary anymore.