From edcbf2385b82103811e219103052997f5f119552 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 30 Nov 2013 06:59:21 +0100 Subject: [PATCH] fix two little syntax errors --- components/event_dispatcher/container_aware_dispatcher.rst | 2 +- cookbook/profiler/data_collector.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/event_dispatcher/container_aware_dispatcher.rst b/components/event_dispatcher/container_aware_dispatcher.rst index ba1c3fc7d74..c2b0ed1b71f 100644 --- a/components/event_dispatcher/container_aware_dispatcher.rst +++ b/components/event_dispatcher/container_aware_dispatcher.rst @@ -2,7 +2,7 @@ single: EventDispatcher; Service container aware The Container Aware Event Dispatcher -=================================== +==================================== .. versionadded:: 2.1 This feature was moved into the EventDispatcher component in Symfony 2.1. diff --git a/cookbook/profiler/data_collector.rst b/cookbook/profiler/data_collector.rst index 0ee537325b8..ab3f53be1e5 100644 --- a/cookbook/profiler/data_collector.rst +++ b/cookbook/profiler/data_collector.rst @@ -140,6 +140,7 @@ All blocks have access to the ``collector`` object. Built-in templates use a base64 encoded image for the toolbar: .. code-block:: html + You can easily calculate the base64 value for an image with this