How can I disable CKEditor to get me every time , when i don\'t want them? I\'m using CKEditor with jQuery adapter.
I don\'t want to have any
Try:
config.basicEntities = false;
for me fixed the problem.