﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2642	How to disabled auto add <br> end of every element?	jarvis		"Hi, Sir

How I can disable FCKEditor auto add <br /> code end of every element? like as below codes:
The HTML code
<table>
     <tr>
        <td>
        </td>
     </tr>
</table>
but After save through FCKEditor, the <br /> will add auto as below codes:
<table><br />
     <tr><br />
        <td><br />
        </td><br />
     </tr><br />
</table><br />

so I want to disable this function, but I can not find how to do?

Thanks
Jarvis"	Bug	closed	Normal		General		invalid		
