src/main.cpp

changeset 6
1040ba37d4c9
parent 5
60c2588b4455
child 7
d0f77dd2da42
--- a/src/main.cpp	Fri Jan 31 22:11:04 2025 +0100
+++ b/src/main.cpp	Fri Jan 31 22:27:28 2025 +0100
@@ -218,7 +218,7 @@
         html::h1(repo);
         for (const auto &[author, entries] : authors) {
             html::h2(author);
-            html::table_begin();
+            html::table_begin(year);
 
             // initialize counters
             unsigned column = 0, row = 0;

mercurial