﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3603	Line break mangled in source	Garry Yao		"We should not touched the originally line-breaks/tabs within source code, currently the line break been replaced with a single whitespace, which doesn't make sense.
=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page with the following content:
 {{{
 <p>
 	line
 	break</p>
 }}}
 1. Switch to wysiwyg mode an switch back.
  * Actual Result : Source codes now as :
  {{{
 <p>
 	line break</p>
  }}}
  * Expected Result : Source code leave untouched. 

"	Bug	closed	Normal		General		wontfix	CantFix	
