View Issue Details

IDProjectCategoryView StatusLast Update
0012354mantisbthtmlpublic2010-12-17 04:40
Reportertomkraw1 Assigned Todhx  
PrioritynoneSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.2 
Target Version1.2.4Fixed in Version1.2.4 
Summary0012354: HTML validation error
Description

Plugin HTML Validator in my FireFox sais that the line

<script language="javascript">var loading_lang =

is incorrect. Should be

<script type="text/javascript">var loading_lang =

This can be easly fixed in the html_api.php in function html_head_javascript().

Tagspatch

Relationships

related to 0012622 closeddhx Changing reporter doesn't work in version 1.2.4 anymore 

Activities

dhx

dhx

2010-09-17 22:35

reporter   ~0026757

Thanks Tomasz, I've committed your fix.

Related Changesets

MantisBT: master-1.2.x 972978d8

2010-09-17 22:28

tomkraw1

Committer: dhx


Details Diff
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>
Affected Issues
0012354
mod - core/html_api.php Diff File