From fff874546c21423afecc68a8a41e17fa88e4e4b9 Mon Sep 17 00:00:00 2001
From: Sadetdin EYILI
Date: Fri, 6 Sep 2019 14:34:46 +0200
Subject: [PATCH] Update error.html.twig
fix twig error
---
src/Resources/views/Exception/error.html.twig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 %}