diff --git a/seminar/templates/seminar/zadani/Temata.html b/seminar/templates/seminar/zadani/Temata.html
index 0cca6275..d39d2c34 100644
--- a/seminar/templates/seminar/zadani/Temata.html
+++ b/seminar/templates/seminar/zadani/Temata.html
@@ -40,8 +40,8 @@
{% for problem in temata %}
{# TODO použít {{problem.kod_v_rocniku}} ? vrací t4 místo 4 #}
- Téma {{problem.kod}}: {{problem.nazev}}
+ Téma {{problem.kod}}: {{problem.nazev}}
{% autoescape off %}{{problem.text_zadani}}{% endautoescape %}