Fossil SCM

make the separator in multi row ticket reports visually clearer identifiable as a separator

jkosche 2025-04-06 16:21 tkt-improvements
Commit 7b08586a41d11f19163caaaf1dfe1124c459c09819194ed84165d440effc873c
1 file changed +1 -1
+1 -1
--- src/report.c
+++ src/report.c
@@ -897,11 +897,11 @@
897897
898898
/* Output the separator above each entry in a table which has multiple lines
899899
** per database entry.
900900
*/
901901
if( pState->iNewRow>=0 ){
902
- @ <tr><td colspan=%d(pState->nCol)><font size=1>&nbsp;</font></td></tr>
902
+ @ <tr><td colspan="%d(pState->nCol)" style="padding:0px"><hr style="margin:0px"></td></tr>
903903
}
904904
905905
/* Output the data for this entry from the database
906906
*/
907907
zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0;
908908
--- 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>&nbsp;</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

Keyboard Shortcuts

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