﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6685	config.ProtectedSource not working in <TABLE>...</TABLE>	fournaise		"When you enter in source view the following code:


{{{
<table>
{if $a==1}
	<tbody>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
{/if}
</table>
}}}


and go back to wysiwyg mode, the content becomes:



{{{
{if $a==1}{/if}
<table>
	<tbody>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>
}}}


My config file contains this setting:
config.protectedSource = [/{[\s\S*?\?}/g];

The initial source code is not preserved."	Bug	closed	Normal		General	3.4.2	invalid		
