Check-in [8cf8ed785e]
Not logged in
Overview

SHA1 Hash:8cf8ed785e19c5458121da35ce687007e2d1dc95
Date: 2009-09-14 16:09:18
User: drh
Comment:Formatting changes to the similar event suppression in the timeline.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/timeline.c from [cfb7f2bb64] to [d7de735b93].

@@ -205,12 +205,12 @@
       }
     }
     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>
       continue;