From 448d59514b070eee12f7771ab8cd9be02be5fc76 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 18 May 2024 18:02:35 +0200 Subject: [PATCH] Use ndash instead of mdash --- templates/trip/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/trip/list.html b/templates/trip/list.html index 18fd6b9..a117384 100644 --- a/templates/trip/list.html +++ b/templates/trip/list.html @@ -167,7 +167,7 @@
{{ e.get_emoji() }} {{ display_time(e.when) }} - — + – {{ e.title }}
{% endif %}