hgweb: remove extra </div>
authorGregory Szorc <gregory.szorc@gmail.com>
Sun, 01 Oct 2017 14:02:47 +0100
changeset 34402 689f6cdccef5
parent 34401 13d3f8aaed87
child 34403 407ebe7a9b93
hgweb: remove extra </div> This was accidentally added in 6797f1fbc642. Differential Revision: https://phab.mercurial-scm.org/D880
mercurial/templates/gitweb/map
--- a/mercurial/templates/gitweb/map	Sun Oct 01 05:21:32 2017 -0700
+++ b/mercurial/templates/gitweb/map	Sun Oct 01 14:02:47 2017 +0100
@@ -348,5 +348,4 @@
     <input id="ignorewsamount-checkbox" type="checkbox" />
     <span>At end of lines:</span>
     <input id="ignorewseol-checkbox" type="checkbox" />
-  </form>
-  </div>'
+  </form>'