Fossil SCM

Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4].

drh 2010-11-15 19:50 trunk
Commit bb045dbdbd42326b196a5d7bd732d86d10d4e8e8
1 file changed +1 -1
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -229,11 +229,11 @@
229229
hyperlinked_path(zFilename, &title, 0);
230230
@ <h2>%b(&title)</h2>
231231
blob_reset(&title);
232232
pGraph = graph_init();
233233
@ <div id="canvas" style="position:relative;width:1px;height:1px;"></div>
234
- @ <table class="timelineTable">
234
+ @ <table id="timelineTable" class="timelineTable">
235235
while( db_step(&q)==SQLITE_ROW ){
236236
const char *zDate = db_column_text(&q, 0);
237237
const char *zCom = db_column_text(&q, 1);
238238
const char *zUser = db_column_text(&q, 2);
239239
int fpid = db_column_int(&q, 3);
240240
--- 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

Keyboard Shortcuts

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