From 92ebc394bc87f82122763344b9c3de7f80eaf307 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Fri, 3 Aug 2018 18:06:06 +0200 Subject: [PATCH] Fix code blocks --- docs/en/reference/storing-files-with-mongogridfs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/storing-files-with-mongogridfs.rst b/docs/en/reference/storing-files-with-mongogridfs.rst index 17cfbe5eb5..6da4345456 100644 --- a/docs/en/reference/storing-files-with-mongogridfs.rst +++ b/docs/en/reference/storing-files-with-mongogridfs.rst @@ -99,7 +99,7 @@ Mapping documents as GridFS files If you would rather use XML to map metadata, the corresponding mapping would look like this: -..code-block:: xml +.. code-block:: xml @@ -125,7 +125,7 @@ field. You cannot override any other options for GridFS fields. The ``ImageMetadata`` class must be an embedded document: -..code-block:: php +.. code-block:: php