src/html.cpp

changeset 15
ef0f2497843e
parent 13
e714005f3e9d
child 20
8639ccd855ba
--- 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("<td class=\"%s\" title=\"%s, %d-%u-%u: %u commits\"></td>\n",
+    printf("<td class=\"%s\" title=\"%s, %d-%02u-%02u: %u commits\"></td>\n",
         color_class,
         weekdays[weekday(ymd).iso_encoding() - 1],
         static_cast<int>(ymd.year()),

mercurial