From 2b6b02e47b1040e658731f99c0b6391cdf411d9a Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 5 Feb 2018 12:51:28 +0100 Subject: [PATCH] Removed typo that lead to alt date display containing a percentage sign --- Module:-date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module:-date.md b/Module:-date.md index d8c3f20..f1b1029 100644 --- a/Module:-date.md +++ b/Module:-date.md @@ -17,7 +17,7 @@ time = %H:%M ; if `date-alt` or `time-alt` is defined, clicking ; the module will toggle between formats -date-alt = %A%, %d %B %Y +date-alt = %A, %d %B %Y time-alt = %H:%M:%S ~~~