|
|
|
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 » |
made changes - 10/Dec/08 04:15 AM
| Field |
Original Value |
New Value |
|
Assignee
|
moodle.com
[ moodle.com
]
|
Dongsheng Cai
[ dongsheng
]
|
made changes - 10/Dec/08 04:26 AM
|
Fix Version/s
|
|
1.9.4
[ 10300
]
|
made changes - 10/Dec/08 04:25 PM
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 31/Dec/08 12:51 AM
|
QA Assignee
|
|
skodak
|
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|