From 199c6d80e8f32d6eff65a06f540eabe47411ab56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Fri, 23 Apr 2021 19:51:03 +0200 Subject: [PATCH] remove bad s-hyphen (design/typo) --- courses/widgets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/widgets.sh b/courses/widgets.sh index 5b5288c..fee7690 100755 --- a/courses/widgets.sh +++ b/courses/widgets.sh @@ -53,7 +53,7 @@ cal_item(){ case $item in SUMMARY) - printf '[h2 ­%s]' "$(pdi_value "$course" SUMMARY)" + printf '[h2 . %s]' "$(pdi_value "$course" SUMMARY)" ;; DTSTART) printf '[span .text .DTSTART %s %s ]' \ -- 2.39.2