MEH-Design / frix

A CMS based on atomic design principles.
MIT License
2 stars 1 forks source link

don't convert iframes to self-closing tags #62

Open MiniXC opened 7 years ago

MiniXC commented 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.

MiniXC commented 7 years ago

Still to do