Issue Details (XML | Word | Printable)

Key: MDL-7603
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Daniele Cordella
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

script 'Language' attribute (simple accessibility w3c issue)

Created: 17/Nov/06 10:34 PM   Updated: 09/Jan/07 12:06 AM
Return to search
Component/s: General
Affects Version/s: 1.6.3
Fix Version/s: 1.8

Issue Links:
Dependency
 

Participants: Daniele Cordella, Nick Freear and Petr Skoda
Security Level: None
Resolved date: 09/Jan/07
Affected Branches: MOODLE_16_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
in course/report/participation/index.php
and in user/index.php
in the code is written <script Language="JavaScript">
instead of
<script language="JavaScript" type="text/javascript">

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nick Freear committed 2 files to 'Moodle CVS' - 28/Nov/06 06:23 PM
Fixes MDL-7603 <script Language..> should use 'type', user/index.php, course/report/participation/index.php
MODIFY course/report/participation/index.php   Rev. 1.12    (+2 -2 lines)
MODIFY user/index.php   Rev. 1.152    (+2 -2 lines)