diff --git a/src/Bundle/ChillDocStoreBundle/Resources/views/List/list_item.html.twig b/src/Bundle/ChillDocStoreBundle/Resources/views/List/list_item.html.twig index b8a9ee3d3..45ebf2799 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/views/List/list_item.html.twig +++ b/src/Bundle/ChillDocStoreBundle/Resources/views/List/list_item.html.twig @@ -26,7 +26,7 @@ - {% if document.description is not null %} + {% if document.description is not empty %}
{{ document.description|chill_markdown_to_html }}