Closed (fixed)
Project:
Digg this
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Aug 2008 at 08:56 UTC
Updated:
10 Jan 2009 at 20:31 UTC
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
Comment #1
yaph commentedYes, this is fixed in CVS Head
http://drupal.org/cvs?commit=131551
Comment #2
yaph commentedFixed the bug in the DRUPAL-5--2 branch of the module.