Merge pull request #254 from NotMichaelChen/dom-unreachable-statement

Fix unreachable statement
This commit is contained in:
Adam D. Ruppe 2020-05-17 09:14:09 -04:00 committed by GitHub
commit 4f9d5f1f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {