Fixed extra slash in date

This commit is contained in:
Tibo De Peuter 2022-05-09 21:46:56 +02:00
parent 41400df168
commit 2f7d09523f

View file

@ -94,7 +94,7 @@
}, },
"clock": { "clock": {
"timezone": "Europe/Brussels", "timezone": "Europe/Brussels",
"format": "<big>{:%H:%M %d/%m%Y}</big>", //"<big>{:%H:%M}</big>\n21-03-2022", //\n{:%d/%m/%Y}", "format": "<big>{:%H:%M %d/%m/%Y}</big>", //"<big>{:%H:%M}</big>\n21-03-2022", //\n{:%d/%m/%Y}",
"format-alt": "{:%H:%M}", "format-alt": "{:%H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
}, },