Merge pull request #225 from praeclarum/fixiframe

Fix closing tag on iframe
This commit is contained in:
Frank A. Krueger 2019-03-21 14:30:24 -07:00 committed by GitHub
commit 95b0dbd611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@
: base ("iframe")
{
}
protected override bool HtmlNeedsFullEndElement => true;
}
}