Skip to content

Commit

Permalink
Merge pull request #1839 from jdreesen/patch-1
Browse files Browse the repository at this point in the history
Fix code blocks
  • Loading branch information
alcaeus authored Aug 3, 2018
2 parents 13ea997 + 92ebc39 commit e44a71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/storing-files-with-mongogridfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?xml version="1.0" encoding="UTF-8"?>
Expand All @@ -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
<?php
Expand Down

0 comments on commit e44a71e

Please sign in to comment.