Fossil SCM
Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4].
Commit
bb045dbdbd42326b196a5d7bd732d86d10d4e8e8
Parent
761a6a9dcfd808f…
1 file changed
+1
-1
+1
-1
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -229,11 +229,11 @@ | ||
| 229 | 229 | hyperlinked_path(zFilename, &title, 0); |
| 230 | 230 | @ <h2>%b(&title)</h2> |
| 231 | 231 | blob_reset(&title); |
| 232 | 232 | pGraph = graph_init(); |
| 233 | 233 | @ <div id="canvas" style="position:relative;width:1px;height:1px;"></div> |
| 234 | - @ <table class="timelineTable"> | |
| 234 | + @ <table id="timelineTable" class="timelineTable"> | |
| 235 | 235 | while( db_step(&q)==SQLITE_ROW ){ |
| 236 | 236 | const char *zDate = db_column_text(&q, 0); |
| 237 | 237 | const char *zCom = db_column_text(&q, 1); |
| 238 | 238 | const char *zUser = db_column_text(&q, 2); |
| 239 | 239 | int fpid = db_column_int(&q, 3); |
| 240 | 240 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -229,11 +229,11 @@ | |
| 229 | hyperlinked_path(zFilename, &title, 0); |
| 230 | @ <h2>%b(&title)</h2> |
| 231 | blob_reset(&title); |
| 232 | pGraph = graph_init(); |
| 233 | @ <div id="canvas" style="position:relative;width:1px;height:1px;"></div> |
| 234 | @ <table class="timelineTable"> |
| 235 | while( db_step(&q)==SQLITE_ROW ){ |
| 236 | const char *zDate = db_column_text(&q, 0); |
| 237 | const char *zCom = db_column_text(&q, 1); |
| 238 | const char *zUser = db_column_text(&q, 2); |
| 239 | int fpid = db_column_int(&q, 3); |
| 240 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -229,11 +229,11 @@ | |
| 229 | hyperlinked_path(zFilename, &title, 0); |
| 230 | @ <h2>%b(&title)</h2> |
| 231 | blob_reset(&title); |
| 232 | pGraph = graph_init(); |
| 233 | @ <div id="canvas" style="position:relative;width:1px;height:1px;"></div> |
| 234 | @ <table id="timelineTable" class="timelineTable"> |
| 235 | while( db_step(&q)==SQLITE_ROW ){ |
| 236 | const char *zDate = db_column_text(&q, 0); |
| 237 | const char *zCom = db_column_text(&q, 1); |
| 238 | const char *zUser = db_column_text(&q, 2); |
| 239 | int fpid = db_column_int(&q, 3); |
| 240 |