diff --git a/templates/list/item.phtml b/templates/list/item.phtml
index 14e542ae23..4676094055 100644
--- a/templates/list/item.phtml
+++ b/templates/list/item.phtml
@@ -17,7 +17,7 @@ echo !empty($id) ? ' id="' . $id . '"' : null;
echo !empty($class) ? ' class="' . $class . '"' : null;
?>>
+ if (is_array($url) && array_filter($url)) : ?>