D880: hgweb: remove extra </div>

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sun Oct 1 09:33:45 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG689f6cdccef5: hgweb: remove extra </div> (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D880?vs=2276&id=2284

REVISION DETAIL
  https://phab.mercurial-scm.org/D880

AFFECTED FILES
  mercurial/templates/gitweb/map

CHANGE DETAILS

diff --git a/mercurial/templates/gitweb/map b/mercurial/templates/gitweb/map
--- a/mercurial/templates/gitweb/map
+++ b/mercurial/templates/gitweb/map
@@ -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>'



To: indygreg, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list