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

flevour’s picture

Version: 6.x-1.3 » 5.x-1.x-dev

Fixed in 6-1.x-dev and 5-1.x-dev. Thanks.

flevour’s picture

Assigned: Unassigned » flevour
Status: Active » Fixed
xano’s picture

Just a small note: you should use drupal_add_js() for adding JavaScript files.

flevour’s picture

Xano,
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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.