Open MiniXC opened 7 years ago
Currently <iframe src="..."></iframe> is shortended to <iframe src="..."/>" by frix. This is the correct behaviour for other tags, but with iframes, browsers think everything after the self-closing tag is contained within the frame.
<iframe src="..."></iframe>
<iframe src="..."/>"
Still to do
shame.js
Currently
<iframe src="..."></iframe>
is shortended to<iframe src="..."/>"
by frix. This is the correct behaviour for other tags, but with iframes, browsers think everything after the self-closing tag is contained within the frame.