Fossil SCM

Fix the "Day" label on the table in the byday view of /reports

drh 2026-07-01 14:10 UTC trunk
Commit 6fb230a965092fab411b968760d08d50924698e06da2254ddcb2683ace8a251e
1 file changed +1 -1
+1 -1
--- src/statrep.c
+++ src/statrep.c
@@ -905,11 +905,11 @@
905905
style_table_sorter();
906906
cgi_printf("<table class='statistics-report-table-events sortable' "
907907
"border='0' cellpadding='2' width='100%%' "
908908
"cellspacing='0' data-column-types='tnx' data-init-sort='0'>\n");
909909
cgi_printf("<thead><tr>"
910
- "<th>Week</th>"
910
+ "<th>Day</th>"
911911
"<th>Events</th>"
912912
"<th width='90%%'><!-- relative commits graph --></th>"
913913
"</tr></thead>\n"
914914
"<tbody>\n");
915915
nMaxEvents = db_int(0, "SELECT max(n) FROM daydata");
916916
--- src/statrep.c
+++ src/statrep.c
@@ -905,11 +905,11 @@
905 style_table_sorter();
906 cgi_printf("<table class='statistics-report-table-events sortable' "
907 "border='0' cellpadding='2' width='100%%' "
908 "cellspacing='0' data-column-types='tnx' data-init-sort='0'>\n");
909 cgi_printf("<thead><tr>"
910 "<th>Week</th>"
911 "<th>Events</th>"
912 "<th width='90%%'><!-- relative commits graph --></th>"
913 "</tr></thead>\n"
914 "<tbody>\n");
915 nMaxEvents = db_int(0, "SELECT max(n) FROM daydata");
916
--- src/statrep.c
+++ src/statrep.c
@@ -905,11 +905,11 @@
905 style_table_sorter();
906 cgi_printf("<table class='statistics-report-table-events sortable' "
907 "border='0' cellpadding='2' width='100%%' "
908 "cellspacing='0' data-column-types='tnx' data-init-sort='0'>\n");
909 cgi_printf("<thead><tr>"
910 "<th>Day</th>"
911 "<th>Events</th>"
912 "<th width='90%%'><!-- relative commits graph --></th>"
913 "</tr></thead>\n"
914 "<tbody>\n");
915 nMaxEvents = db_int(0, "SELECT max(n) FROM daydata");
916

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button