diff --git a/templates/list/item.twig b/templates/list/item.twig index 4566831d2d..cfbc7729b1 100644 --- a/templates/list/item.twig +++ b/templates/list/item.twig @@ -1,7 +1,7 @@ - {% if url is defined and url is iterable %} + {% if url is defined and url is iterable and url['href'] is not empty %} {% endif %} {{ content|raw }} - {% if url is defined and url is iterable %} + {% if url is defined and url is iterable and url['href'] is not empty %} {% endif %} {% if mysql_help_page is not empty %}