From 0b182e4d4874b2827bc7cf5110d0ce839ac26991 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 6 Mar 2021 01:17:15 +0000 Subject: [PATCH] Change section to div This is to avoid having sections with no title, such as the main page body content as the page title is in its own block. --- web/themes/custom/opdavies/templates/block/block.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/opdavies/templates/block/block.html.twig b/web/themes/custom/opdavies/templates/block/block.html.twig index 50e954f..187826c 100644 --- a/web/themes/custom/opdavies/templates/block/block.html.twig +++ b/web/themes/custom/opdavies/templates/block/block.html.twig @@ -25,7 +25,7 @@ * @see template_preprocess_block() */ #} - + {{ title_prefix }} {% if label %} @@ -36,4 +36,4 @@ {% block content %} {{ content }} {% endblock %} - +