From: Paul Hänsch Date: Mon, 18 Mar 2024 19:29:42 +0000 (+0100) Subject: type in calendar links X-Git-Url: https://git.plutz.net/?p=shellwiki;a=commitdiff_plain;h=442c9d9bf6e9db8e2daa6604a7d20b412e0503fb type in calendar links --- diff --git a/macros/calendar b/macros/calendar index b56784c..66dcf1f 100755 --- a/macros/calendar +++ b/macros/calendar @@ -299,7 +299,7 @@ cal_month() { "$(UNSTRING "${link#*#}" |URL)" \ "$(UNSTRING "$title" |HTML)" elif [ "$((start / 86400))" -eq "$((dcnt / 86400))" ]; then - printf '
  • %s - %s
  • ' \ + printf '
  • %s - %s
  • ' \ "$(date -ud @"$start" +%H:%M)" \ "$(UNSTRING "${link%%#*}" |URL)" \ "$(UNSTRING "${link#*#}" |URL)" \