Skip to content

Commit

Permalink
fix nbsp rendering in flashed message (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmurtry authored Feb 18, 2025
1 parent 76a5502 commit a127076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2 class='banner-title'>{{ subhead }}</h2>
{{ body }}
{% if context %}
<p class="banner-context">
{{ context }}
{{ context|safe }}
</p>
{% endif %}
{% if delete_button %}
Expand Down

0 comments on commit a127076

Please sign in to comment.