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.

drh 2017-11-26 15:47 trunk
Commit 1b78291f08e17c5181cb05fd75479f89282d1ce0d0b3e007a9d61168b32a07a4
2 files changed +1 -1 +1 -1
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -529,11 +529,11 @@
529529
if( bHashAfterComment && zUuid ){
530530
hyperlink_to_uuid(zUuid);
531531
}
532532
if( bShowDetail ){
533533
@ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \
534
- @ onclick='expandEllipsis(%d(frid))'>&#x22ef;</span>
534
+ @ onclick='expandEllipsis(%d(frid))'>...</span>
535535
if( bSeparateDetail ){
536536
if( zBgClr && zBgClr[0] ){
537537
@ <td class="timelineTableCell timelineDetailCell"
538538
@ style="background-color: %h(zBgClr);">
539539
}else{
540540
--- 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))'>&#x22ef;</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 @@
556556
/* Generate extra information and hyperlinks to follow the comment.
557557
** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
558558
*/
559559
if( bShowDetail ){
560560
@ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \
561
- @ onclick='toggleEllipsis(%d(rid))'>&#x22ef;</span>
561
+ @ onclick='toggleEllipsis(%d(rid))'>...</span>
562562
if( bSeparateDetail ){
563563
if( zBgClr && zBgClr[0] && rid!=selectedRid ){
564564
@ <td class="timelineTableCell timelineDetailCell"
565565
@ style="background-color: %h(zBgClr);">
566566
}else{
567567
--- 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))'>&#x22ef;</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

Keyboard Shortcuts

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