diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html
index e6bf3261..6739b1b2 100644
--- a/fet2020/templates/posts/show.html
+++ b/fet2020/templates/posts/show.html
@@ -62,7 +62,7 @@
{% if post.has_agenda %}
- Agenda
+ Agenda
{{ post.agenda_html|safe }}
{% elif post.body %}
@@ -71,7 +71,7 @@
{% endif %}
{% if request.user.is_authenticated and post.has_protocol %}
- Protokoll
+ Protokoll
{{ post.protocol_html|safe }}
{% endif %}