http://dev.ckeditor.com/ticket/6685
<table>
{if $a==1}
<tbody>
<tr>
<td> </td>
<td> </td>
</tr>
</tbody>
{/if}
</table>{if $a==1}{/if}
<table>
<tbody>
<tr>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
Re: Best practice to protect source code
Has anyone had any luck on this?
Re: Best practice to protect source code
"It's just not possible to do that, you have to protect the whole table. "
Why is it not possible? FCKEditor did this fine out of the box.
Why does CKEditor now destroy the manual flow of content within a table, where FCKEditor did not?
Protecting the source is no good for me, as it hides everything protected from the HTML view, which is clearly no good for a CMS.
Anyone have any ideas?