Skip to content

Commit 8158c53

Browse files
authored
Merge pull request #297 – Use ndash instead of hyphen-minus
#297
2 parents 3ad31e0 + 9025229 commit 8158c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

naucse/templates/course.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% macro session_heading(session, index, plan) %}
44
{% if plan|length > 1 %}
5-
Lekce {{ index }} -
5+
Lekce {{ index }}
66
{% endif %}
77
{{ session.title }}
88
{% if session.date %}

0 commit comments

Comments
 (0)