diff options
Diffstat (limited to 'src/html.js')
-rw-r--r-- | src/html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.js b/src/html.js index 9e4c39ab..49700775 100644 --- a/src/html.js +++ b/src/html.js @@ -583,7 +583,7 @@ export class Tag { try { this.content = this.content; - } catch (error) { + } catch { this.#setAttributeFlag(imaginarySibling, false); } } |