Merge pull request #225 from praeclarum/fixiframe
Fix closing tag on iframe
This commit is contained in:
commit
95b0dbd611
|
@ -12,5 +12,7 @@
|
||||||
: base ("iframe")
|
: base ("iframe")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override bool HtmlNeedsFullEndElement => true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue