Skip to content

Commit

Permalink
Merge pull request #505 from siliconmeadow/factbox_template_fix
Browse files Browse the repository at this point in the history
Swapped the closing and opening p tags.
  • Loading branch information
finnlewis authored Nov 13, 2023
2 parents abb8068 + 4b560dd commit 562363d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/paragraphs/paragraph--localgov-fact-box.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
{% endif %}

<div class="fact-box__fact">
</p>
{{ content.localgov_fact }}
<p>
{{ content.localgov_fact }}
</p>
{{ content|without('localgov_above_text', 'localgov_fact', 'localgov_below_text', 'localgov_background') }}
</div>

Expand Down

0 comments on commit 562363d

Please sign in to comment.