From eece259c08ffda4967cb3741e16646010733182c Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sun, 30 Jul 2017 07:52:35 +0200 Subject: [PATCH] [regression] Places - proper import bookmarks from HTML containing
separators --- toolkit/components/places/BookmarkHTMLUtils.jsm | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/components/places/BookmarkHTMLUtils.jsm b/toolkit/components/places/BookmarkHTMLUtils.jsm index 2285aae6e7..f8fc0ba519 100644 --- a/toolkit/components/places/BookmarkHTMLUtils.jsm +++ b/toolkit/components/places/BookmarkHTMLUtils.jsm @@ -746,6 +746,7 @@ BookmarkImporter.prototype = { this._curFrame.inDescription = true; break; case "hr": + this._closeContainer(aElt); this._handleSeparator(aElt); break; }