2026-02-11 10:35:29 +00:00
|
|
|
diff --git a/dist/linkify-html.mjs b/dist/linkify-html.mjs
|
|
|
|
|
index 63b1fe5019a58d73986974fc621701db33a4ac11..f61e3b7118ed6adc93da88ca9ecf2dce486989fd 100644
|
|
|
|
|
--- a/dist/linkify-html.mjs
|
|
|
|
|
+++ b/dist/linkify-html.mjs
|
2026-01-28 10:46:06 +00:00
|
|
|
@@ -201,6 +201,8 @@ var EventedTokenizer = /** @class */function () {
|
|
|
|
|
this.consume();
|
|
|
|
|
if (this.delegate.endDoctype) this.delegate.endDoctype();
|
|
|
|
|
this.transitionTo("beforeData" /* beforeData */);
|
|
|
|
|
+ } else {
|
|
|
|
|
+ throw new Error("Unexpected token");
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
doctypePublicIdentifierDoubleQuoted: function () {
|