We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e5211 commit edcbf23Copy full SHA for edcbf23
components/event_dispatcher/container_aware_dispatcher.rst
@@ -2,7 +2,7 @@
2
single: EventDispatcher; Service container aware
3
4
The Container Aware Event Dispatcher
5
-===================================
+====================================
6
7
.. versionadded:: 2.1
8
This feature was moved into the EventDispatcher component in Symfony 2.1.
cookbook/profiler/data_collector.rst
@@ -140,6 +140,7 @@ All blocks have access to the ``collector`` object.
140
Built-in templates use a base64 encoded image for the toolbar:
141
142
.. code-block:: html
143
+
144
<img src="data:image/png;base64,..." />
145
146
You can easily calculate the base64 value for an image with this
0 commit comments