diff --git a/theme/templates/termine.html b/theme/templates/termine.html index fbda9ed..60ed285 100644 --- a/theme/templates/termine.html +++ b/theme/templates/termine.html @@ -41,7 +41,7 @@ {% if t.description %}

{{ t.description | replace("\n\n", "

") | replace("\n", "
") | replace("


", "

")}}

{% endif %} {% if t.link %}

Mehr Infos

{% endif %} - {% if t.image %}siehe auch … {% endif %} + {% if t.image %}siehe auch … {% endif %} {% endfor %}