From 442e2e04efa366a08f6b278e5241d53ba85d1d04 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sun, 30 Jul 2017 07:52:35 +0200 Subject: [regression] Places - proper import bookmarks from HTML containing
separators --- toolkit/components/places/BookmarkHTMLUtils.jsm | 1 + 1 file changed, 1 insertion(+) (limited to 'toolkit/components') diff --git a/toolkit/components/places/BookmarkHTMLUtils.jsm b/toolkit/components/places/BookmarkHTMLUtils.jsm index 2285aae6e..f8fc0ba51 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; } -- cgit v1.2.3