I'm getting javascript errors on my page because the digg_title variable is unquoted:
digg_title = CSS shadows - A drop shadow roundup;

which should probably be more like
digg_title = 'CSS shadows - A drop shadow roundup';

Comments

yaph’s picture

Assigned: Unassigned » yaph
Status: Active » Closed (fixed)

Yes, this is fixed in CVS Head
http://drupal.org/cvs?commit=131551

yaph’s picture

Fixed the bug in the DRUPAL-5--2 branch of the module.