A
A
Alexander Avtomonov2014-08-15 13:39:26
JavaScript
Alexander Avtomonov, 2014-08-15 13:39:26

How to disable space replacement   in ckeditor?

CKEditor replaces all entered spaces with non-breaking spaces. How can I disable it in settings?
basicEntities: false
does not work.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DeFacto, 2014-08-15
@DeFacto

fillEmptyBlocks : false;
as an option, process on the server:
preg_replace('/\s \s/i', ' ', $text);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question