From bf7bc738bc5e27732fdec5a8480079ee60dd6344 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Sat, 1 Apr 2017 18:02:08 +0100 Subject: [PATCH] Minor XML codes fixes --- assetic/apply_to_option.rst | 2 +- bundles/configuration.rst | 2 +- configuration.rst | 3 --- doctrine/pdo_session_storage.rst | 4 ++-- http_cache/esi.rst | 2 +- reference/configuration/security.rst | 4 ++-- security/api_key_authentication.rst | 5 +++-- 7 files changed, 10 insertions(+), 12 deletions(-) diff --git a/assetic/apply_to_option.rst b/assetic/apply_to_option.rst index 645f167c788..99e1a8e9368 100644 --- a/assetic/apply_to_option.rst +++ b/assetic/apply_to_option.rst @@ -161,7 +161,7 @@ In this case you can specify that the ``coffee`` filter is applied to all name="coffee" bin="/usr/bin/coffee" node="/usr/bin/node" - apply-to="\.coffee$" /> + apply-to="\.coffee$"> /usr/lib/node_modules/ diff --git a/bundles/configuration.rst b/bundles/configuration.rst index 38910ce143b..2ed74213bcb 100644 --- a/bundles/configuration.rst +++ b/bundles/configuration.rst @@ -81,8 +81,8 @@ bundle configuration would look like: - diff --git a/configuration.rst b/configuration.rst index 96e8ff206a7..e1d374cb777 100644 --- a/configuration.rst +++ b/configuration.rst @@ -150,8 +150,6 @@ it *also* loads other configuration files via its ``imports`` key: - mysql:dbname=mydatabase + mysql:dbname=mydatabase myuser mypassword @@ -99,7 +99,7 @@ a second array argument to ``PdoSessionHandler``: - mysql:dbname=mydatabase + mysql:dbname=mydatabase sessions myuser diff --git a/http_cache/esi.rst b/http_cache/esi.rst index 5d881be67a2..fff184ec51c 100644 --- a/http_cache/esi.rst +++ b/http_cache/esi.rst @@ -234,7 +234,7 @@ that must be enabled in your configuration: - + - + diff --git a/security/api_key_authentication.rst b/security/api_key_authentication.rst index 366f7dbf6b4..33a0aab2dc4 100644 --- a/security/api_key_authentication.rst +++ b/security/api_key_authentication.rst @@ -436,8 +436,9 @@ If you have defined ``access_control``, make sure to add a new entry: xmlns:srv="http://symfony.com/schema/dic/services" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> - - + + + .. code-block:: php