We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54a050 commit 5ea54bfCopy full SHA for 5ea54bf
cookbook/controller/error_pages.rst
@@ -59,8 +59,8 @@ templates is based on the HTTP status code and request format:
59
or ``error500.xml.twig``);
60
61
#. 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``);
+ a generic template for the given format (like ``error.json.twig`` or
+ ``error.xml.twig``);
64
65
#. If none of the previous template exist, fall back to the generic HTML template
66
(``error.html.twig``).
0 commit comments