Fix unreachable statement

This commit is contained in:
NotMichaelChen 2020-05-16 21:31:02 -04:00
parent c0244be169
commit 4331b84532
1 changed files with 0 additions and 1 deletions

1
dom.d
View File

@ -808,7 +808,6 @@ class Document : FileResource {
parseError("bad markup - improperly placed <");
else
return Ele(0, TextNode.fromUndecodedString(this, "<"), null);
break;
default:
if(!strict) {