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 eeafbcc1453..a70dc63b840 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 494865d0aa0..18805447c06 100644
--- a/http_cache/esi.rst
+++ b/http_cache/esi.rst
@@ -237,7 +237,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