Merge "Add missing space after "Author:""

This commit is contained in:
Jenkins 2015-11-11 23:18:18 +00:00 committed by Gerrit Code Review
commit 97ab115a69
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div class="app-metadata">
<div class="app-description">{% if app.description %}{{ app.description }}{% endif %}</div>
<ul>
{% if app.author %}<li><strong>{% trans "Author" %}:</strong>{{ app.author }}</li>{% endif %}
{% if app.author %}<li><strong>{% trans "Author" %}:</strong> {{ app.author }}</li>{% endif %}
{% if app.tags %}<li><strong>{% trans "Tags" %}:</strong> {{ app.tags|join:", " }}</li>{% endif %}
{% if app.categories %}<li><strong>{% trans "Categories" %}:</strong> {{ app.categories|join:", " }}</li>{% endif %}
</ul>