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

@ -2,6 +2,7 @@
- fixed #11390: Meta description duplicated in asset Folder
- fixed #11391: Duplicated Thingy maintains ids for storage fields
- fixed #11381: Captcha of DataForm cached
- fixed #11392: account.message var sometimes returns invalid html
7.8.11
- fixed #11362: Unable to checkout with ITransact plugin

View file

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