diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig index d9aa7d9..9a1cffc 100644 --- a/templates/bundles/TwigBundle/Exception/error.html.twig +++ b/templates/bundles/TwigBundle/Exception/error.html.twig @@ -9,5 +9,5 @@ and the content cannot be delivered at this time.
- Return to the homepage + Return to the homepage {% endblock %} diff --git a/templates/bundles/TwigBundle/Exception/error404.html.twig b/templates/bundles/TwigBundle/Exception/error404.html.twig index 6491a00..a25100b 100644 --- a/templates/bundles/TwigBundle/Exception/error404.html.twig +++ b/templates/bundles/TwigBundle/Exception/error404.html.twig @@ -9,6 +9,6 @@ It might have been moved, renamed, or never published at all. - Return to the homepage + Return to the homepage {% endblock %}