From: Jérémy Fabre Date: Mon, 24 Oct 2016 12:43:12 +0000 (+0200) Subject: Fix page block description X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b27ae9c0a679d961187a5478c303f80ba04c84a2;p=mezzo.git Fix page block description --- diff --git a/app/templates/core/inc/block.html b/app/templates/core/inc/block.html index 3640bac2..a969e76b 100644 --- a/app/templates/core/inc/block.html +++ b/app/templates/core/inc/block.html @@ -11,10 +11,10 @@

{{ block.title }}

- {% if block.description %} -
- {{ block.description }} -
+ {% if block.description %} +
+ {{ block.description }} +
{% endif %} {% if block.content %} {{ block.content|richtext_filters|safe }}