MDL-7861 xhtml strict fixes for login page

This commit is contained in:
skodak 2007-01-04 23:27:19 +00:00
parent 003b4b40bd
commit 7bc1c17fef
3 changed files with 32 additions and 22 deletions

View file

@ -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>';
}
}