Skip to content

Commit

Permalink
Use div instead of span
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Feb 27, 2024
1 parent 454f447 commit 3d5182d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
{# Card Super Headline #}
{%- block block_card_super_headline %}
{% if card_super_headline is not empty %}
<span>{{ card_super_headline }}</span>
<div>{{ card_super_headline }}</div>
{% endif -%}
{% endblock -%}

Expand Down

0 comments on commit 3d5182d

Please sign in to comment.