Merge pull request #3 from EvilDrPurple/recognize-whitespace

Recognize whitespace
This commit is contained in:
Kylie
2021-07-31 13:19:49 -04:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
</div>
</div>
<div>
<div class="preserve-whitespace">
{% if user.summary %}
{{ user.summary|to_markdown|safe|truncatechars_html:40 }}
{% else %}&nbsp;{% endif %}