briandk / gitvisualizations

A suite of visualization tools for analyzing files in git
http://briandk.com/codetimeline_demos/simulator/simulator.html
3 stars 3 forks source link

<tr>, <table>, <body>, and <html> are missing closing tags #14

Closed alloy-d closed 11 years ago

alloy-d commented 11 years ago

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.

briandk commented 11 years ago

I believe we've fixed this with the switch to pystache for HTML templating.