﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4902	<style> output formatting incorrect	Garry Yao		"Style tag content should be left as untouched. 
=== Reproducing Procedures ===
 1. Open any sample page, load editor with the following content:
 {{{
 <style>
	span {
		color: blue
	}
</style>
<p>
	<span>text</span></p>
 }}}
 1. Switch to 'wysiwyg' mode and back to 'source' mode.
 * Actual Result:
 {{{
<style type=""text/css"">
span {
		color: blue
	}</style>
<p>
	<span>text</span></p>
 }}}
 * Expected Result: Output is same as original source.
"	Bug	confirmed	Normal		Core : Output Data	3.0			
