The forum operates in read-only mode. Please head to StackOverflow for support.
How can we prevent the removal of empty span tags without having to add an empty space?
the editor also remove br's at the end of content.
so if i have "testing <br />" only testing is returned.
CKEDITOR.dtd.$removeEmpty.span = 0;
to prevent the removal of empty span tags
the editor also remove br's
the editor also remove br's at the end of content.
so if i have "testing <br />" only testing is returned.
CKEDITOR.dtd.$removeEmpty
to prevent the removal of empty span tags