Fossil SCM

Fix the /finfo page display that was broken by recent infrastructure enhancements.

drh 2025-10-17 13:34 trunk
Commit 1ff0d0b0cf8c4b5699e370465d05a8a62180ad947dadeef3f30416be17a0eaac
1 file changed +4 -1
+4 -1
--- src/finfo.c
+++ src/finfo.c
@@ -813,11 +813,14 @@
813813
@ <tr class="timelineBottom" id="btm-%d(iTableId)">\
814814
@ <td></td><td></td><td></td></tr>
815815
}
816816
}
817817
@ </table>
818
- timeline_output_graph_javascript(pGraph, TIMELINE_FILEDIFF, iTableId);
818
+ {
819
+ int tmFlags = TIMELINE_GRAPH | TIMELINE_FILEDIFF;
820
+ timeline_output_graph_javascript(pGraph, tmFlags, iTableId);
821
+ }
819822
style_finish_page();
820823
}
821824
822825
/*
823826
** WEBPAGE: mlink
824827
--- src/finfo.c
+++ src/finfo.c
@@ -813,11 +813,14 @@
813 @ <tr class="timelineBottom" id="btm-%d(iTableId)">\
814 @ <td></td><td></td><td></td></tr>
815 }
816 }
817 @ </table>
818 timeline_output_graph_javascript(pGraph, TIMELINE_FILEDIFF, iTableId);
 
 
 
819 style_finish_page();
820 }
821
822 /*
823 ** WEBPAGE: mlink
824
--- src/finfo.c
+++ src/finfo.c
@@ -813,11 +813,14 @@
813 @ <tr class="timelineBottom" id="btm-%d(iTableId)">\
814 @ <td></td><td></td><td></td></tr>
815 }
816 }
817 @ </table>
818 {
819 int tmFlags = TIMELINE_GRAPH | TIMELINE_FILEDIFF;
820 timeline_output_graph_javascript(pGraph, tmFlags, iTableId);
821 }
822 style_finish_page();
823 }
824
825 /*
826 ** WEBPAGE: mlink
827

Keyboard Shortcuts

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