Fossil SCM
Fix the "Day" label on the table in the byday view of /reports
Commit
6fb230a965092fab411b968760d08d50924698e06da2254ddcb2683ace8a251e
Parent
286f4fe5614c0da…
1 file changed
+1
-1
+1
-1
| --- src/statrep.c | ||
| +++ src/statrep.c | ||
| @@ -905,11 +905,11 @@ | ||
| 905 | 905 | style_table_sorter(); |
| 906 | 906 | cgi_printf("<table class='statistics-report-table-events sortable' " |
| 907 | 907 | "border='0' cellpadding='2' width='100%%' " |
| 908 | 908 | "cellspacing='0' data-column-types='tnx' data-init-sort='0'>\n"); |
| 909 | 909 | cgi_printf("<thead><tr>" |
| 910 | - "<th>Week</th>" | |
| 910 | + "<th>Day</th>" | |
| 911 | 911 | "<th>Events</th>" |
| 912 | 912 | "<th width='90%%'><!-- relative commits graph --></th>" |
| 913 | 913 | "</tr></thead>\n" |
| 914 | 914 | "<tbody>\n"); |
| 915 | 915 | nMaxEvents = db_int(0, "SELECT max(n) FROM daydata"); |
| 916 | 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>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 |