Fossil SCM
make the separator in multi row ticket reports visually clearer identifiable as a separator
Commit
7b08586a41d11f19163caaaf1dfe1124c459c09819194ed84165d440effc873c
Parent
ff009a8f0e482a8…
1 file changed
+1
-1
+1
-1
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -897,11 +897,11 @@ | ||
| 897 | 897 | |
| 898 | 898 | /* Output the separator above each entry in a table which has multiple lines |
| 899 | 899 | ** per database entry. |
| 900 | 900 | */ |
| 901 | 901 | if( pState->iNewRow>=0 ){ |
| 902 | - @ <tr><td colspan=%d(pState->nCol)><font size=1> </font></td></tr> | |
| 902 | + @ <tr><td colspan="%d(pState->nCol)" style="padding:0px"><hr style="margin:0px"></td></tr> | |
| 903 | 903 | } |
| 904 | 904 | |
| 905 | 905 | /* Output the data for this entry from the database |
| 906 | 906 | */ |
| 907 | 907 | zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0; |
| 908 | 908 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -897,11 +897,11 @@ | |
| 897 | |
| 898 | /* Output the separator above each entry in a table which has multiple lines |
| 899 | ** per database entry. |
| 900 | */ |
| 901 | if( pState->iNewRow>=0 ){ |
| 902 | @ <tr><td colspan=%d(pState->nCol)><font size=1> </font></td></tr> |
| 903 | } |
| 904 | |
| 905 | /* Output the data for this entry from the database |
| 906 | */ |
| 907 | zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0; |
| 908 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -897,11 +897,11 @@ | |
| 897 | |
| 898 | /* Output the separator above each entry in a table which has multiple lines |
| 899 | ** per database entry. |
| 900 | */ |
| 901 | if( pState->iNewRow>=0 ){ |
| 902 | @ <tr><td colspan="%d(pState->nCol)" style="padding:0px"><hr style="margin:0px"></td></tr> |
| 903 | } |
| 904 | |
| 905 | /* Output the data for this entry from the database |
| 906 | */ |
| 907 | zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0; |
| 908 |