Mercurial > hg
changeset 34402:689f6cdccef5
hgweb: remove extra </div>
This was accidentally added in 6797f1fbc642.
Differential Revision: https://phab.mercurial-scm.org/D880
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 01 Oct 2017 14:02:47 +0100 |
parents | 13d3f8aaed87 |
children | 407ebe7a9b93 |
files | mercurial/templates/gitweb/map |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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>'