Fix illegal HTML from the Auth plugin. It was making LI's with no UL's. Fixes bug #11392

This commit is contained in:
Colin Kuskie 2010-02-08 15:12:22 -08:00
parent ae8c1a6124
commit 7470a15fcf
2 changed files with 2 additions and 1 deletions

View file

@ -1299,7 +1299,7 @@ sub updateAccount {
}
if($error){
$display = $error;
$display = '<ul>'.$error.'</ul>';
}
my $properties;