Skip to content

Commit edcbf23

Browse files
committed
fix two little syntax errors
1 parent 68e5211 commit edcbf23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/event_dispatcher/container_aware_dispatcher.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
single: EventDispatcher; Service container aware
33

44
The Container Aware Event Dispatcher
5-
===================================
5+
====================================
66

77
.. versionadded:: 2.1
88
This feature was moved into the EventDispatcher component in Symfony 2.1.

cookbook/profiler/data_collector.rst

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ All blocks have access to the ``collector`` object.
140140
Built-in templates use a base64 encoded image for the toolbar:
141141

142142
.. code-block:: html
143+
143144
<img src="data:image/png;base64,..." />
144145

145146
You can easily calculate the base64 value for an image with this

0 commit comments

Comments
 (0)