I have a string in python. I used escape() to get rid of the newlines, now my string looks like this:
<p>Wie hoch ist der Anteil &laquo;oraler MS-Medikamente&raquo;
bei Neuverschreibungen in Ihrer Sprechstunde?&nbsp;</p>
But its supposed to look like this
Wie hoch ist der Anteil oraler MS-Medikamente bei Neuverschreibungen in Ihrer Sprechstunde?
What can I do?