Skip to content

Commit

Permalink
fix(page-header): Fix closure tag for the description wrapper - FRONT…
Browse files Browse the repository at this point in the history
…-4347 (#3310)
  • Loading branch information
planctus authored Apr 2, 2024
1 parent 26de42f commit 6031156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
{% endif %}
{% if _description is not empty %}
<p class="ecl-page-header__description">{{ _description }}</p>
</div>
{% endif %}
</div>
{% endif %}
</div>
</div>
Expand Down

1 comment on commit 6031156

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.