Answer the question
In order to leave comments, you need to log in
How to remove in ckeditor?
When I add through the forms Ck editor from mihaildev, a character appears in my text because of this, there are large indents. How to cope?
Answer the question
In order to leave comments, you need to log in
Alternatively, remove with str_replace before adding to the database
$textFromEditor = str_replace(' ', '', $textFromEditor);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question