Fossil SCM
Fix typo on the title of the chart for /reports with view=byday.
Commit
7e09e6604d8ee2ed3ebb0b0c812f0e8e0db691fee9ac606b3562a0b7ad191bf8
Parent
39efcebe0b28056…
1 file changed
+1
-1
+1
-1
| --- src/statrep.c | ||
| +++ src/statrep.c | ||
| @@ -888,11 +888,11 @@ | ||
| 888 | 888 | zLimit, |
| 889 | 889 | zUserName |
| 890 | 890 | ); |
| 891 | 891 | cgi_printf("<br>\n"); |
| 892 | 892 | @ <h1>Timeline events (%h(stats_report_label_for_type())) |
| 893 | - @ for the calendar weeks of %h(zYear) | |
| 893 | + @ for the individual days of year %h(zYear) | |
| 894 | 894 | if( zUserName ){ |
| 895 | 895 | @ for user %h(zUserName) |
| 896 | 896 | } |
| 897 | 897 | @ </h1> |
| 898 | 898 | zCurrentDay = db_text(0, "SELECT date()"); |
| 899 | 899 |
| --- src/statrep.c | |
| +++ src/statrep.c | |
| @@ -888,11 +888,11 @@ | |
| 888 | zLimit, |
| 889 | zUserName |
| 890 | ); |
| 891 | cgi_printf("<br>\n"); |
| 892 | @ <h1>Timeline events (%h(stats_report_label_for_type())) |
| 893 | @ for the calendar weeks of %h(zYear) |
| 894 | if( zUserName ){ |
| 895 | @ for user %h(zUserName) |
| 896 | } |
| 897 | @ </h1> |
| 898 | zCurrentDay = db_text(0, "SELECT date()"); |
| 899 |
| --- src/statrep.c | |
| +++ src/statrep.c | |
| @@ -888,11 +888,11 @@ | |
| 888 | zLimit, |
| 889 | zUserName |
| 890 | ); |
| 891 | cgi_printf("<br>\n"); |
| 892 | @ <h1>Timeline events (%h(stats_report_label_for_type())) |
| 893 | @ for the individual days of year %h(zYear) |
| 894 | if( zUserName ){ |
| 895 | @ for user %h(zUserName) |
| 896 | } |
| 897 | @ </h1> |
| 898 | zCurrentDay = db_text(0, "SELECT date()"); |
| 899 |