forked from extern/egroupware
fixed error message display to be HTML 4.01 compliant
This commit is contained in:
parent
7b95f52718
commit
89e281008c
@ -104,7 +104,7 @@
|
||||
$GLOBALS['phpgw']->sessions->phpgw_setcookie(PHPGW_PHPSESSID);
|
||||
}
|
||||
|
||||
return '<font color=#FF0000>' . lang('Your session could not be verified.') . '</font>';
|
||||
return '<font color="#FF0000">' . lang('Your session could not be verified.') . '</font>';
|
||||
break;
|
||||
default:
|
||||
return ' ';
|
||||
|
Loading…
Reference in New Issue
Block a user