mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-7861 xhtml strict fixes for login page
This commit is contained in:
parent
003b4b40bd
commit
7bc1c17fef
3 changed files with 32 additions and 22 deletions
|
@ -1062,7 +1062,7 @@ function popup_form($common, $options, $formid, $selected='', $nothing='choose',
|
|||
function formerr($error) {
|
||||
|
||||
if (!empty($error)) {
|
||||
echo '<font color="#ff0000">'. $error .'</font>';
|
||||
echo '<span class="error">'. $error .'</span>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue