In some cases there is such insertion into post's <title> and <meta name="description"...
<title>SOME TEXT
MORE TEXT.</title>
and
<meta name="description" content="SOME TEXT
MORE TEXT" />
as you can see that there are a \n\n in texts between lines.
In DB we have:
'SOME TEXT...\n\nMORE TEXT.',
Why this appears and how to fix it in script to remove any cases insertion into DB?
Please help to fix this SEO bug.