﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4638	Incorrent wrapping of tags	Johannes Lindenbaum		"CKEditor 3.0.1 is incorrectly wrapping tags with arbitrary <p> tags.

**Problem / Steps to reproduction:**
1. Switch to HTML mode, type: 

{{{
<br /><script type=""text/javascript"">alert('hello');</script>
}}} 
or
{{{
sample text <script type=""text/javascript"">alert('hello');</script>
}}}
2. Switch to WYSIWYG
**Expected result (as per XHTML spec):** [[BR]]  
{{{<script type=""text/javascript"">alert('hello');</script>}}}

**Actual result:** [[BR]] 
{{{<p><br /><script type=""text/javascript"">alert('hello');</script></p>}}}

This problem shouldn't / can not be remedied by changing the enter mode, **as we want text wrapped in <p>, but not <script> tags**

Kind Regards,[[BR]]
Johannes"	Bug	confirmed	Normal		General	3.0			
