fix
[wolnelektury.git] / src / chunks / templates / chunks / menu.html
index 56ccfa2..ed6669a 100644 (file)
@@ -4,8 +4,12 @@
       <a href="{{ item.final_link }}" tabindex="-1">
     {% endif %}
     {% if item.highlight %}
+      <em>
     {% endif %}
     {{ item.final_name }}
+    {% if item.highlight %}
+      </em>
+    {% endif %}
     {% if item.has_link %}
       </a>
     {% endif %}