Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Resources/views/Exception/error.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
We will fix it as soon as possible. Sorry for any inconvenience caused.
</p>

{% if best_matches not is empty %}
{% if best_matches is not empty %}
<h3>Suggested pages</h3>

{% for group, matches in best_matches %}
Expand Down