﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11049	Wrong validation for style tag if a quote for the type attribute is missing	ePagesTeam		"When inserting the following code to the source mode


{{{
<style type=text/css""></style>
}}}

than switching to the WYSIWYG mode and back to source mode the editor generates following code:


{{{
<style type=""text/css&quot;""></p></body></html>
</style>
}}}

This leads to invalid HTML. 

When inserting other HTML tags, e.g. a H2 with missing quote, the editor validates this and adds the missing quote. We would expect the same behaviour here."	Bug	closed	Normal		General	4.1.2	wontfix		
