Newsletter forwarding: displays as raw html

Hi,

I have forwarded a couple of newsletters to my newsblur, and all work perfectly except the Politic Berlin Playbook ( Berlin Playbook – Newsletters – POLITICO ). This one just appears as raw html (I think) so cannot read anything. I’ve attached a screenshot of todays newletter. Is there a way to fix this?

Thank you!

Found the bug and just pushed a fix. ImprovMX was sending the HTML content with entities already encoded (&lt;table&gt; instead of <table>), so NewsBlur was storing and displaying the raw HTML source as text instead of rendering it.

The fix detects entity-encoded HTML and decodes it before processing. This should be deployed shortly. Once it is, new newsletters you receive should render properly. Unfortunately the already-stored broken story won’t fix itself, but any future Berlin Playbook issues should display correctly.

1 Like

Oh amazing, thanks so much for fixing it so quickly!