summaryrefslogtreecommitdiff
path: root/toolkit/components/places
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
commit7070edbfeeff420852ec1ec2c6401a4cab5c5f7f (patch)
tree3408385438c95f35f354b3d20522961b01d7ca60 /toolkit/components/places
parentf28d0c9e5291908a16fc1d9201c84fa5eaa3e238 (diff)
downloadaura-central-7070edbfeeff420852ec1ec2c6401a4cab5c5f7f.tar.gz
[regression] Places - proper import bookmarks from HTML containing <HR> separators
Diffstat (limited to 'toolkit/components/places')
-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 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;
}