Skip to content

Commit fc3c872

Browse files
committed
Bugfixing incorrect codeblocks
1 parent 08e3d24 commit fc3c872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ for you:
126126
path: "%kernel.root_dir%/sqlite.db"
127127
charset: UTF8
128128
129-
.. code-block: xml
129+
.. code-block:: xml
130130
131131
<!-- app/config/config.xml -->
132132
<doctrine:config
@@ -137,7 +137,7 @@ for you:
137137
<!-- ... -->
138138
</doctrine:config>
139139
140-
.. code-block: php
140+
.. code-block:: php
141141
142142
// app/config/config.php
143143
$container->loadFromExtension('doctrine', array(

0 commit comments

Comments
 (0)