Differences From:
File
src/timeline.c
part of check-in
[df3e34c2e8]
- Changes to the event mechanism to abbreviate a sequence of edits to the
same ticket. Updates through this check-in require a "rebuild".
by
drh on
2009-09-14 15:14:32.
[view]
To:
File
src/timeline.c
part of check-in
[8cf8ed785e]
- Formatting changes to the similar event suppression in the timeline.
by
drh on
2009-09-14 16:09:18.
[view]
@@ -206,10 +206,10 @@
}
prevTagid = tagid;
if( suppressCnt ){
@ <tr><td><td><td>
- @ ... preceded by %d(suppressCnt) other
- @ similar event%s(suppressCnt>1?"s":"").</tr>
+ @ <small><i>... %d(suppressCnt) similar
+ @ event%s(suppressCnt>1?"s":"") omitted.</i></small></tr>
suppressCnt = 0;
}
if( strcmp(zType,"div")==0 ){
@ <tr><td colspan=3><hr></td></tr>