diff --git a/src/Resources/views/Exception/error.html.twig b/src/Resources/views/Exception/error.html.twig index d5539d65..ae623860 100644 --- a/src/Resources/views/Exception/error.html.twig +++ b/src/Resources/views/Exception/error.html.twig @@ -13,7 +13,7 @@ We will fix it as soon as possible. Sorry for any inconvenience caused.

- {% if best_matches not is empty %} + {% if best_matches is not empty %}

Suggested pages

{% for group, matches in best_matches %}