﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7388	Code changes after page is edited	Han Kooiman		"[http://www.pierewaaienscheveningen.nl/]

This is about the fck editor build in the Website Baker CMS. Everytime I have to make a change in the Homepage of this site, I have to renew the code of the Addthis script:

{{{
<!-- AddThis Button BEGIN -->
<div class=""addthis_toolbox addthis_default_style "">
<a href=""http://www.addthis.com/bookmark.php?v=250&amp;username=pierewaaienscheveningen"" class=""addthis_button_compact"">Share</a>
<span class=""addthis_separator"">|</span>
<a class=""addthis_button_facebook""></a>
<a class=""addthis_button_hyves""></a>
<a class=""addthis_button_twitter""></a>
<a class=""addthis_button_email""></a>
</div>
<script type=""text/javascript"">var addthis_config = {""data_track_clickback"":true};</script>
<script type=""text/javascript"" src=""http://s7.addthis.com/js/250/addthis_widget.js#username=pierewaaienscheveningen""></script>
<!-- AddThis Button END -->
}}}
Everytime the WYSIWYG feature is used, the code will be changed to:

{{{
<!-- AddThis Button BEGIN -->
                        <div class=""addthis_toolbox addthis_default_style ""><a class=""addthis_button_compact"" href=""http://www.addthis.com/bookmark.php?v=250&amp;username=pierewaaienscheveningen"">Share</a> <span class=""addthis_separator"">|</span></div>
                        <script type=""text/javascript"">var addthis_config = {""data_track_clickback"":true};</script><script type=""text/javascript"" src=""http://s7.addthis.com/js/250/addthis_widget.js#username=pierewaaienscheveningen""></script><!-- AddThis Button END -->
}}}
And that does not work as intended! Hope you can help!

"	Bug	closed	Normal		General	FCKeditor 2.6.5	invalid		
