hg site extension
 
(Arne Babenhauserheide)
2014-02-09: close unclosed div

close unclosed div

diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -1066,6 +1066,7 @@ def getforkdata(ui, repo, target, name, 
                 print "Cannot write commits from fork", forkname, "because the repository type does not support getting the changelog."
             else:
                 raise
+    html += "</div><!-- /incoming-->"
     
     ui.pushbuffer()
     for ch in chlist:
@@ -1085,7 +1086,7 @@ def getforkdata(ui, repo, target, name, 
     html += ui.popbuffer()
     cleanupfn()
     
-    html += "</div>"
+    html += "</div><!-- /outgoing-->"
     html += templates["foot"]
     return html