Fix a potential errant |
1 files changed, 1 insertions(+), 2 deletions(-) M mousikofidi/templates/file_detail.html
M mousikofidi/templates/file_detail.html => mousikofidi/templates/file_detail.html +1 -2
@@ 18,8 18,7 @@ <p class="center"> {% if track and not tracktotal %}Track: {{ track }}{% endif %} {% if track and tracktotal %}Track: {{ track }}/{{ tracktotal }}{% endif %} {% if track %} | {% endif %} {% if date %}Released: {{ date }}{% endif %} {% if date %}{% if track %} | {% endif %}Released: {{ date }}{% endif %} {% if genre %}{% if track or date %} |{% endif %} Genre: {{ genre }}{% endif %} </p>