mit CMSMS Version 1.3 wird TinyMCE auf die Version 2.4 upgedated. Mit der Version scheint es eine Änderung in der Formatierung des Quellcodes zu geben. In der letzten Version wurde der Quellcode z.B. bei untergeordneten Elementen eingerückt oder es gab einen Zielnumbruch hinter einem
:
Code: Select all
<table cellpadding="0" cellspacing="0">
<colgroup><col width="200"></col><col width="400"></col></colgroup>
<tbody>
<tr>
<td>
Text Text Text<br />
Text Text
Code: Select all
<table cellpadding="0" cellspacing="0">
<colgroup><col width="200"></col><col width="400"></col></colgroup>
<tbody>
<tr>
<td>
Text text Text<br />Text Text
