Page 1 of 1

Malformed escaping in flattr plugin

Posted: Wed Dec 24, 2014 12:24 pm
by hanno
Hi,

It seems the flattr plugin tries to do backslash escaping on title tags for the flattr html code. This doesn't make sense and leads to malformed html.

I get html code like this:
<a class='FlattrButton' style='display:none;'
title='Don\'t update NTP – stop using it'

(can be seen live on my latest blog entry on blog.hboeck.de/)

Re: Malformed escaping in flattr plugin

Posted: Sat Dec 27, 2014 9:33 am
by garvinhicking
Hey,

thanks for reporting. Actually the same strings are passed to both a URL and javascript, so the slashes are needed there. I've now differentiated between the HTML-only output and there the slashes will be removed.

(Updatedi n plugin version 2.13)

Regards,
Garvin