From f1a17b8805cd0ee9cbd257d5b1d5eb554b3e18da Mon Sep 17 00:00:00 2001 From: Richard McCarthy Date: Tue, 5 Nov 2024 15:06:28 +0000 Subject: [PATCH] formatting --- src/components/summary/_macro.njk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/summary/_macro.njk b/src/components/summary/_macro.njk index 90fccb2ef9..8d3708d08d 100644 --- a/src/components/summary/_macro.njk +++ b/src/components/summary/_macro.njk @@ -112,12 +112,10 @@ class="ons-summary__button" {% if action.attributes %}{% for attribute, value in (action.attributes.items() if action.attributes is mapping and action.attributes.items else action.attributes) %}{{ ' ' }}{{ attribute }}="{{ value }}"{% endfor %}{% endif %} > - - - {{ action.visuallyHiddenText | default (action.text) }} - + + {{ action.visuallyHiddenText | default (action.text) }} {% endfor %}