Doesn't affect operation..or much of anything else...but does matter to some folks ;)
statement in worldclock.module does not pass HTML validation... Line 279 in worldclock.module is:$output .= '<script language="javascript">';
It should be : $output .= '<script type="text/javascript">';
Comments
Comment #1
flevour commentedFixed in 6-1.x-dev and 5-1.x-dev. Thanks.
Comment #2
flevour commentedComment #3
xanoJust a small note: you should use drupal_add_js() for adding JavaScript files.
Comment #4
flevour commentedXano,
thanks for the suggestion. It looks like you are reading my mind, I just patched v2 to use drupal_add_js(): http://drupal.org/cvs?commit=158936
Cheers,
Francesco