From 46e031fae6f50f9252cc55bef1ed56d4c8f0b2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 17 Oct 2018 18:12:08 -0400 Subject: [PATCH] Fix another fatal typo --- agaric/templates/block/block--highlighted.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/block/block--highlighted.html.twig b/agaric/templates/block/block--highlighted.html.twig index c4010f9..862700b 100644 --- a/agaric/templates/block/block--highlighted.html.twig +++ b/agaric/templates/block/block--highlighted.html.twig @@ -5,7 +5,7 @@ 'is-light', ] %} -{% set attributes = attributes.addClass(classes).addAttribute('data-headerbg', 'light') %} +{% set attributes = attributes.addClass(classes).setAttribute('data-headerbg', 'light') %}
{{ title_prefix }}