As in the subject, I solved modifying line 219 and 221 in addthis.module from

$teaser ? addslashes($node->title) : '[TITLE]',

to

'[TITLE]',

because addslashes break XHTML validation. It seems to work correctly, anyway a review by the community is required.

Comments

gisle’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

This version is outdated. I haven't seen this problem is the HEAD of 7.x-4.x.