Fossil SCM
Fix the graph on the /finfo page - apparently broken by check-in [8e2b8b027bc2d62a1].
Commit
aa149371ed6ade8001f93c3e86e1f04e600441e565d786c114893642dd9645a5
Parent
e95c5514fcabde6…
1 file changed
+2
-1
+2
-1
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -650,11 +650,12 @@ | ||
| 650 | 650 | graph_finish(pGraph, 1); |
| 651 | 651 | if( pGraph->nErr ){ |
| 652 | 652 | graph_free(pGraph); |
| 653 | 653 | pGraph = 0; |
| 654 | 654 | }else{ |
| 655 | - @ <tr class="timelineBottom"><td></td><td></td><td></td></tr> | |
| 655 | + @ <tr class="timelineBottom" id="btm-%d(iTableId)">\ | |
| 656 | + @ <td></td><td></td><td></td></tr> | |
| 656 | 657 | } |
| 657 | 658 | } |
| 658 | 659 | @ </table> |
| 659 | 660 | timeline_output_graph_javascript(pGraph, TIMELINE_FILEDIFF, iTableId); |
| 660 | 661 | style_footer(); |
| 661 | 662 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -650,11 +650,12 @@ | |
| 650 | graph_finish(pGraph, 1); |
| 651 | if( pGraph->nErr ){ |
| 652 | graph_free(pGraph); |
| 653 | pGraph = 0; |
| 654 | }else{ |
| 655 | @ <tr class="timelineBottom"><td></td><td></td><td></td></tr> |
| 656 | } |
| 657 | } |
| 658 | @ </table> |
| 659 | timeline_output_graph_javascript(pGraph, TIMELINE_FILEDIFF, iTableId); |
| 660 | style_footer(); |
| 661 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -650,11 +650,12 @@ | |
| 650 | graph_finish(pGraph, 1); |
| 651 | if( pGraph->nErr ){ |
| 652 | graph_free(pGraph); |
| 653 | pGraph = 0; |
| 654 | }else{ |
| 655 | @ <tr class="timelineBottom" id="btm-%d(iTableId)">\ |
| 656 | @ <td></td><td></td><td></td></tr> |
| 657 | } |
| 658 | } |
| 659 | @ </table> |
| 660 | timeline_output_graph_javascript(pGraph, TIMELINE_FILEDIFF, iTableId); |
| 661 | style_footer(); |
| 662 |