digg_title variable unquoted in javascript
mrfelton - August 8, 2008 - 08:56
| Project: | Digg this |
| Version: | 6.x-2.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | yaph |
| Status: | closed |
Jump to:
Description
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';

#1
Yes, this is fixed in CVS Head
http://drupal.org/cvs?commit=131551
#2
Fixed the bug in the DRUPAL-5--2 branch of the module.