MantisBT: master-1.2.x 972978d8

Author Committer Branch Timestamp Parent
tomkraw1 dhx master-1.2.x 2010-09-17 22:28 master-1.2.x ea7af5eb
Affected Issues  0012354: HTML validation error
Changeset

Fix 0012354: Fix validation error with HTML script element type attribute

Inside html_api, html_head_javascript(..) we set the type of a HTML
script element to "javascript" which is incorrect. It should be
"text/javascript" instead.

Signed-off-by: David Hicks hickseydr@optusnet.com.au

mod - core/html_api.php Diff File