Closed (outdated)
Project:
AddThis
Version:
6.x-2.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2011 at 10:51 UTC
Updated:
15 Apr 2016 at 09:47 UTC
Jump to comment: Most recent
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
Comment #1
gisleThis version is outdated. I haven't seen this problem is the HEAD of 7.x-4.x.