diff --git a/photologue/templates/photologue/gallery_detail.html b/photologue/templates/photologue/gallery_detail.html index 8e704d8..5364548 100755 --- a/photologue/templates/photologue/gallery_detail.html +++ b/photologue/templates/photologue/gallery_detail.html @@ -52,7 +52,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endfor %}
{% endif %} -{% if gallery.description %}{{ gallery.description|safe|linebreaksbr }}
{% endif %} +{% if gallery.description %}{{ gallery.description|linebreaksbr }}
{% endif %}{% trans "Published" %} {{ object.date_added }}
{{ object.caption|safe }}
{% endif %} +{% if object.caption %}{{ object.caption }}
{% endif %}