Closed alloy-d closed 11 years ago
GitTimeline.writeTimeline writes out <html>, <body>, <table>, and <tr> tags, but never closes them after writing out the blame views.
<html>
<body>
<table>
<tr>
See also #13, which could provide a good solution to this.
I believe we've fixed this with the switch to pystache for HTML templating.
GitTimeline.writeTimeline writes out
<html>
,<body>
,<table>
, and<tr>
tags, but never closes them after writing out the blame views.See also #13, which could provide a good solution to this.