# HG changeset patch # User Mike Becker # Date 1738420968 -3600 # Node ID ef0f2497843ec98cd2ef483bed073595f33fb84f # Parent f0ae064c5b9c029b794064afc0fcda98c2c6af2d fix missing leading zeros in date tooltip diff -r f0ae064c5b9c -r ef0f2497843e src/html.cpp --- a/src/html.cpp Sat Feb 01 15:06:48 2025 +0100 +++ b/src/html.cpp Sat Feb 01 15:42:48 2025 +0100 @@ -208,7 +208,7 @@ color_class = "commit-spam"; } indent(); - printf("\n", + printf("\n", color_class, weekdays[weekday(ymd).iso_encoding() - 1], static_cast(ymd.year()),