Fossil SCM
Added missing CSS class to the week # row (same as the one above it).
Commit
887150679ce615a596c7e083558687cfd6c011aa
Parent
607f4439b888d08…
1 file changed
+2
-1
+2
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1968,11 +1968,12 @@ | ||
| 1968 | 1968 | @</tr> |
| 1969 | 1969 | if(!includeMonth){ |
| 1970 | 1970 | /* This part works fine for months but it terribly slow (4.5s on my PC), |
| 1971 | 1971 | so it's only shown for by-year for now. Suggestions/patches for |
| 1972 | 1972 | a better/faster layout are welcomed. */ |
| 1973 | - @ <tr><td colspan='2' class='statistics-report-week-number-label'>Week #:</td> | |
| 1973 | + @ <tr class='row%d(rowClass)'> | |
| 1974 | + @ <td colspan='2' class='statistics-report-week-number-label'>Week #:</td> | |
| 1974 | 1975 | @ <td class='statistics-report-week-of-year-list'> |
| 1975 | 1976 | stats_report_output_week_links(zTimeframe); |
| 1976 | 1977 | @ </td></tr> |
| 1977 | 1978 | } |
| 1978 | 1979 | |
| 1979 | 1980 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1968,11 +1968,12 @@ | |
| 1968 | @</tr> |
| 1969 | if(!includeMonth){ |
| 1970 | /* This part works fine for months but it terribly slow (4.5s on my PC), |
| 1971 | so it's only shown for by-year for now. Suggestions/patches for |
| 1972 | a better/faster layout are welcomed. */ |
| 1973 | @ <tr><td colspan='2' class='statistics-report-week-number-label'>Week #:</td> |
| 1974 | @ <td class='statistics-report-week-of-year-list'> |
| 1975 | stats_report_output_week_links(zTimeframe); |
| 1976 | @ </td></tr> |
| 1977 | } |
| 1978 | |
| 1979 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1968,11 +1968,12 @@ | |
| 1968 | @</tr> |
| 1969 | if(!includeMonth){ |
| 1970 | /* This part works fine for months but it terribly slow (4.5s on my PC), |
| 1971 | so it's only shown for by-year for now. Suggestions/patches for |
| 1972 | a better/faster layout are welcomed. */ |
| 1973 | @ <tr class='row%d(rowClass)'> |
| 1974 | @ <td colspan='2' class='statistics-report-week-number-label'>Week #:</td> |
| 1975 | @ <td class='statistics-report-week-of-year-list'> |
| 1976 | stats_report_output_week_links(zTimeframe); |
| 1977 | @ </td></tr> |
| 1978 | } |
| 1979 | |
| 1980 |