[regression] Places - proper import bookmarks from HTML containing <HR> separators

This commit is contained in:
janekptacijarabaci 2017-07-30 07:52:35 +02:00 committed by Roy Tam
commit eece259c08

View file

@ -746,6 +746,7 @@ BookmarkImporter.prototype = {
this._curFrame.inDescription = true;
break;
case "hr":
this._closeContainer(aElt);
this._handleSeparator(aElt);
break;
}