|
|
|
On the course homepage, the following code is used to center the jump menu:
<div align="center" class="jumpmenu">
This is invalid XHTML. To fix, replace the above code with:
<div style="text-align: center;" class="jumpmenu">
Or better yet, remove the align attribute and add the equivalent CSS declaration to the jumpmenu class.
The fix need to be made on line 329 of: /course/format/lams/format.php
|
|
Description
|
On the course homepage, the following code is used to center the jump menu:
<div align="center" class="jumpmenu">
This is invalid XHTML. To fix, replace the above code with:
<div style="text-align: center;" class="jumpmenu">
Or better yet, remove the align attribute and add the equivalent CSS declaration to the jumpmenu class.
The fix need to be made on line 329 of: /course/format/lams/format.php |
Show » |
committed 20 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 10/Dec/08 03:05 PM
committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 10/Dec/08 03:07 PM
committed 17 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 10/Dec/08 03:30 PM
committed 18 files to 'Moodle CVS' - 10/Dec/08 03:48 PM
"MDL-17570, cleanup align property in div, merged from 1.9"
|
|
|
committed 11 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 10/Dec/08 04:09 PM
committed 22 files to 'Moodle CVS' - 10/Dec/08 04:24 PM
"MDL-17570,clean align property, merged from 1.9"
|
|
|
|