Skip to content

Commit

Permalink
Remove nonbreaking space from template logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mjriley committed Dec 10, 2024
1 parent 99ebbde commit 3a007c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4 class="fs-5 pt-2">{{ report.title }}</h4>
data-sender="{{ report.slug }}"
>&nbsp;</button>
{% else %}
<div class="form-control-plaintext fs-6">{{ "&nbsp;" }}</div>
<div class="form-control-plaintext fs-6">&nbsp;</div>
{% endif %}
</div>
<button class="btn btn-primary btn-lg">
Expand Down

0 comments on commit 3a007c0

Please sign in to comment.