Malformed escaping in flattr plugin

Found a bug? Tell us!!
Post Reply
hanno
Regular
Posts: 72
Joined: Fri May 20, 2005 8:04 am
Contact:

Malformed escaping in flattr plugin

Post 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/)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Malformed escaping in flattr plugin

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply