My question is related with a previous post,
Ckeditor shows extra space at the beginning and end of the p tags
I have already a huge number of entries in my database, which has the same next line problem.
Now I could fix the issue in the CK editor. But the affected former entries are still there. The issue has came when I tried to parse the content using JSON. Next line causes some problems there.
My Options are :
1. update the whole DB entries.
2. Handle with code where ever it is printing.
Any help will be highly appreciated. Thanks in advance.
Since your database seems to be huge, I would follow this approach:
*: Or just dedicate some server time per request to do that. Or do it online, it is a good excuse for slacking.
Ah, yes, the habitual recommendations. Develop using a copy and make back ups. C’mon you know that stuff.