parent
731af9444c
commit
ac1032ffc9
|
@ -77,7 +77,6 @@ class HtmlCharacterEntityDecoder {
|
||||||
this.nextPotentialReferencePosition = -1;
|
this.nextPotentialReferencePosition = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.nextSemicolonPosition - this.nextPotentialReferencePosition < MAX_REFERENCE_SIZE) {
|
if (this.nextSemicolonPosition - this.nextPotentialReferencePosition < MAX_REFERENCE_SIZE) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue