Fix closing tag on iframe

Fixes #223
This commit is contained in:
Frank A. Krueger 2019-03-21 14:23:36 -07:00
parent 9e4719859c
commit 849d16f485
1 changed files with 2 additions and 0 deletions

View File

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