Skip to content

Commit

Permalink
Merge pull request #3225 from alphagov/bk-fix-spacing
Browse files Browse the repository at this point in the history
Fix dangling angle bracket in compiled cookie banner
  • Loading branch information
domoscargin committed Jan 31, 2023
2 parents 947005f + c343aa8 commit 86b8b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/components/cookie-banner/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="{{classNames}}" {%- if message.role %} role="{{message.role}}"{% endif %}
{%- for attribute, value in message.attributes %} {{attribute}}="{{value}}"{% endfor %}
{% if message.hidden %} hidden{% endif %}>
{%- if message.hidden %} hidden{% endif %}>

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
Expand Down

0 comments on commit 86b8b25

Please sign in to comment.