D
D
djienbaev972020-03-05 10:43:58
Yii
djienbaev97, 2020-03-05 10:43:58

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

1 answer(s)
E
Evgeny Musonov, 2020-03-06
@evmusonov

Alternatively, remove with str_replace before adding to the database

$textFromEditor = str_replace(' ', '', $textFromEditor);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question