added iframe to allowed singleton tags

This commit is contained in:
Stephan Brunker 2017-12-19 22:39:46 +01:00 committed by onli
parent 4d30cf3b07
commit bac3e5fb41

View File

@ -411,7 +411,7 @@ p.break {
var $singleton_elements = array('area', 'br', 'col', 'command', 'embed', 'hr',
'img', 'input', 'keygen', 'link', 'param', 'source',
'track', 'wbr', '!--'
'track', 'wbr', '!--', 'iframe'
);
var $allowed_p_parents = array('blockquote', 'td', 'div', 'article', 'aside', 'dd',