We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb1c0f commit 006684dCopy full SHA for 006684d
library/HTMLPurifier/HTMLModule/HTML5/Iframe.php
@@ -31,7 +31,7 @@ public function setup($config)
31
// - https://www.w3.org/TR/html52/semantics-embedded-content.html#the-iframe-element
32
// - https://www.w3.org/TR/html50/embedded-content-0.html#the-iframe-element
33
34
- // contents must not be 'empty', otherwise <iframe> won't have closing tag
+ // type must not be 'empty', otherwise <iframe> will not have an end tag
35
$iframeContents = new HTMLPurifier_ChildDef_Empty();
36
$iframeContents->type = 'iframe';
37
0 commit comments