mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
[regression] Places - proper import bookmarks from HTML containing <HR> separators
This commit is contained in:
parent
e268676945
commit
eece259c08
1 changed files with 1 additions and 0 deletions
|
|
@ -746,6 +746,7 @@ BookmarkImporter.prototype = {
|
|||
this._curFrame.inDescription = true;
|
||||
break;
|
||||
case "hr":
|
||||
this._closeContainer(aElt);
|
||||
this._handleSeparator(aElt);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue