Space getting removes in reply header

This commit is contained in:
Mouse Reeve 2021-08-12 19:18:37 -07:00
parent a9e767f65b
commit 9af435bbeb

View file

@ -13,7 +13,7 @@
{% with parent_status=status|parent %}
{% if parent_status %}
{% blocktrans trimmed with username=parent_status.user.display_name user_path=parent_status.user.local_path status_path=parent_status.local_path %}
replied to <a href="{{ user_path }}">{{ username}}'s</a> <a href="{{ status_path }}">status</a>
replied to <a href="{{ user_path }}">{{ username}}</a>'s <a href="{{ status_path }}">status</a>
{% endblocktrans %}
{% endif %}
{% endwith %}