add non-breaking space

This commit is contained in:
2021-06-01 10:58:04 +00:00
parent b04f9ab862
commit 976363fdc6

View File

@@ -32,7 +32,7 @@
{% if author_image and author %} {% if author_image and author %}
<div class="article-author"> <div class="article-author">
<a href="{% url 'member' author.id %}"> <a href="{% url 'member' author.id %}">
<img src="{{ author_image }}" alt="" /> {{ author.firstname }} <img src="{{ author_image }}" alt="" />&nbsp;{{ author.firstname }}
</a> </a>
</div> </div>
{% elif post.author %} {% elif post.author %}
@@ -44,7 +44,7 @@
{% else %} {% else %}
<div class="article-author"> <div class="article-author">
<a href=""> <a href="">
<img src="" alt="" /> <img src="" alt="" />&nbsp;
</a> </a>
</div> </div>
{% endif %} {% endif %}