Fossil SCM
Use three U+002e characters to form the ellipsis in timelines, rather than the U+22ef, since some browsers do not know how to render U+22ef.
Commit
1b78291f08e17c5181cb05fd75479f89282d1ce0d0b3e007a9d61168b32a07a4
Parent
b39ad68f7c53f6f…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -529,11 +529,11 @@ | ||
| 529 | 529 | if( bHashAfterComment && zUuid ){ |
| 530 | 530 | hyperlink_to_uuid(zUuid); |
| 531 | 531 | } |
| 532 | 532 | if( bShowDetail ){ |
| 533 | 533 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \ |
| 534 | - @ onclick='expandEllipsis(%d(frid))'>⋯</span> | |
| 534 | + @ onclick='expandEllipsis(%d(frid))'>...</span> | |
| 535 | 535 | if( bSeparateDetail ){ |
| 536 | 536 | if( zBgClr && zBgClr[0] ){ |
| 537 | 537 | @ <td class="timelineTableCell timelineDetailCell" |
| 538 | 538 | @ style="background-color: %h(zBgClr);"> |
| 539 | 539 | }else{ |
| 540 | 540 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -529,11 +529,11 @@ | |
| 529 | if( bHashAfterComment && zUuid ){ |
| 530 | hyperlink_to_uuid(zUuid); |
| 531 | } |
| 532 | if( bShowDetail ){ |
| 533 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \ |
| 534 | @ onclick='expandEllipsis(%d(frid))'>⋯</span> |
| 535 | if( bSeparateDetail ){ |
| 536 | if( zBgClr && zBgClr[0] ){ |
| 537 | @ <td class="timelineTableCell timelineDetailCell" |
| 538 | @ style="background-color: %h(zBgClr);"> |
| 539 | }else{ |
| 540 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -529,11 +529,11 @@ | |
| 529 | if( bHashAfterComment && zUuid ){ |
| 530 | hyperlink_to_uuid(zUuid); |
| 531 | } |
| 532 | if( bShowDetail ){ |
| 533 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \ |
| 534 | @ onclick='expandEllipsis(%d(frid))'>...</span> |
| 535 | if( bSeparateDetail ){ |
| 536 | if( zBgClr && zBgClr[0] ){ |
| 537 | @ <td class="timelineTableCell timelineDetailCell" |
| 538 | @ style="background-color: %h(zBgClr);"> |
| 539 | }else{ |
| 540 |
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -556,11 +556,11 @@ | ||
| 556 | 556 | /* Generate extra information and hyperlinks to follow the comment. |
| 557 | 557 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 558 | 558 | */ |
| 559 | 559 | if( bShowDetail ){ |
| 560 | 560 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \ |
| 561 | - @ onclick='toggleEllipsis(%d(rid))'>⋯</span> | |
| 561 | + @ onclick='toggleEllipsis(%d(rid))'>...</span> | |
| 562 | 562 | if( bSeparateDetail ){ |
| 563 | 563 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 564 | 564 | @ <td class="timelineTableCell timelineDetailCell" |
| 565 | 565 | @ style="background-color: %h(zBgClr);"> |
| 566 | 566 | }else{ |
| 567 | 567 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -556,11 +556,11 @@ | |
| 556 | /* Generate extra information and hyperlinks to follow the comment. |
| 557 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 558 | */ |
| 559 | if( bShowDetail ){ |
| 560 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \ |
| 561 | @ onclick='toggleEllipsis(%d(rid))'>⋯</span> |
| 562 | if( bSeparateDetail ){ |
| 563 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 564 | @ <td class="timelineTableCell timelineDetailCell" |
| 565 | @ style="background-color: %h(zBgClr);"> |
| 566 | }else{ |
| 567 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -556,11 +556,11 @@ | |
| 556 | /* Generate extra information and hyperlinks to follow the comment. |
| 557 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 558 | */ |
| 559 | if( bShowDetail ){ |
| 560 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \ |
| 561 | @ onclick='toggleEllipsis(%d(rid))'>...</span> |
| 562 | if( bSeparateDetail ){ |
| 563 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 564 | @ <td class="timelineTableCell timelineDetailCell" |
| 565 | @ style="background-color: %h(zBgClr);"> |
| 566 | }else{ |
| 567 |