First, please excuse for my bad english.
I grab the following code in the sourcecode editor:
<div class="service-box margin-top-40 margin-left-20">
<div class="service-box-heading">
<i class="fa fa-circle green"> </i>
<a href="#">Link</a>
</div>
</div>
But the Post result is:
<div class=\"service-box margin-top-40 margin-left-20\">
<div class=\"service-box-heading\">
<i class=\"fa fa-circle green\"> </i>
<a href=\"http://test.de\">Link</a></div>
</div>
</div>
At my local xampp (win) machine everything is ok, but online not.
What am I doing wrong.
The server you use seems to
The server you use seems to automatically add slashes using http://dk1.php.net/addslashes. You can either pass data retrieved from database through http://dk1.php.net/manual/en/function.stripslashes.php or disable that stupid option which was enabled by default in old PHPs - see http://dk1.php.net/manual/en/info.configuration.php#ini.magic-quotes-gpc.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+