mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 12:46:29 +02:00
14 lines
583 B
Diff
14 lines
583 B
Diff
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
|
|
@@ -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 () {
|