diff --git a/rophako/modules/photo/templates/photos/album.html b/rophako/modules/photo/templates/photos/album.html index 310121c..d06e429 100644 --- a/rophako/modules/photo/templates/photos/album.html +++ b/rophako/modules/photo/templates/photos/album.html @@ -5,7 +5,7 @@

Album: {{ album }}

{% if markdown %} - {{ markdown|safe }}

+

{{ markdown|safe }}

{% endif %} {% if album_info["format"] == "vertical" %} @@ -58,4 +58,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}