Skip to content

Commit 9025229

Browse files
committed
Use ndash instead of hyphen-minus
1 parent 3ad31e0 commit 9025229

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)