Skip to content

Commit 5ea54bf

Browse files
committed
Fixed a reStructuredText formatting issue
1 parent b54a050 commit 5ea54bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/controller/error_pages.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ templates is based on the HTTP status code and request format:
5959
or ``error500.xml.twig``);
6060

6161
#. If the previous template doesn't exist, discard the status code and look for
62-
a generic template for the given format (like ``error.json.twig`` or
63-
``error.xml.twig``);
62+
a generic template for the given format (like ``error.json.twig`` or
63+
``error.xml.twig``);
6464

6565
#. If none of the previous template exist, fall back to the generic HTML template
6666
(``error.html.twig``).

0 commit comments

Comments
 (0)