Fossil SCM
Fix the /finfo page display that was broken by recent infrastructure enhancements.
Commit
1ff0d0b0cf8c4b5699e370465d05a8a62180ad947dadeef3f30416be17a0eaac
Parent
9cc36d235430446…
1 file changed
+4
-1
+4
-1
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -813,11 +813,14 @@ | ||
| 813 | 813 | @ <tr class="timelineBottom" id="btm-%d(iTableId)">\ |
| 814 | 814 | @ <td></td><td></td><td></td></tr> |
| 815 | 815 | } |
| 816 | 816 | } |
| 817 | 817 | @ </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 | + } | |
| 819 | 822 | style_finish_page(); |
| 820 | 823 | } |
| 821 | 824 | |
| 822 | 825 | /* |
| 823 | 826 | ** WEBPAGE: mlink |
| 824 | 827 |
| --- 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 |