diff --git a/cookbook/templates/recipes_table.html b/cookbook/templates/recipes_table.html index ef3f5ef5a..46cd4a084 100644 --- a/cookbook/templates/recipes_table.html +++ b/cookbook/templates/recipes_table.html @@ -36,7 +36,7 @@ {{ rating|safe }} {%if row.record.description|length > 0 %} -

+

{{ row.cells.description }}

{% endif %}