Removed dangling table footer in changes HTML output (#28).

This commit is contained in:
Adam Waldenberg 2015-11-23 01:41:09 +01:00
parent cb72710ed0
commit aa7c720626
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ class ChangesOutput(Outputable):
if sorted(authorinfo_list)[-1] != entry:
chart_data += ", "
changes_xml += ("<tfoot><tr> <td colspan=\"5\">&nbsp;</td> </tr></tfoot></tbody></table>")
changes_xml += "<div class=\"chart\" id=\"changes_chart\"></div></div>"
changes_xml += "</tbody></table><div class=\"chart\" id=\"changes_chart\"></div></div>"
changes_xml += "<script type=\"text/javascript\">"
changes_xml += " changes_plot = $.plot($(\"#changes_chart\"), [{0}], {{".format(chart_data)
changes_xml += " series: {"