diff options
Diffstat (limited to 'toolkit/components/places')
-rw-r--r-- | toolkit/components/places/BookmarkHTMLUtils.jsm | 1 |
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; } |