﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2773	Need Help with ProtectedSource or ProtectedTags	highoctane		"I have implemented FCKEditor on a page, and there is a tag I need to ""protect"". For instance I have this code:


{{{
<zone error writeLock>
<p style=""color:red""><strong>This  template is write protected. You won't be able to save your changes.</strong></p>
</zone error writeLock>
}}}


After switching out of Source view to Design View and Back again, I get this code:

{{{

<p><zone writelock="""" error="""">
<p style=""color: red;""><strong>This  template is write protected. You won't be able to save your changes.</strong></p>
</zone></p>
}}}


I would like to know how to keep this from happening. I don't know how to write the regular expression for the ProtectedSource.Add function and ProtectedTags is not working when I set it up like this:


{{{
FCKConfig.ProtectedTags = 'ZONE' ;
}}}


Any help is much appreciated."	Bug	closed	Normal		General		invalid		joshglenn1@…
