summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-07-30 07:52:35 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-12 15:29:15 +0100
commitdc08d924393105ee3de0779a728dbdf02521f716 (patch)
tree3408385438c95f35f354b3d20522961b01d7ca60 /toolkit
parent99d14a261e3ec114d45b2e4a6b652c75c77d50c7 (diff)
downloaduxp-dc08d924393105ee3de0779a728dbdf02521f716.tar.gz
[regression] Places - proper import bookmarks from HTML containing <HR> separators
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/components/places/BookmarkHTMLUtils.jsm1
1 files changed, 1 insertions, 0 deletions
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;
}