Fix illegal HTML from the Auth plugin. It was making LI's with no UL's. Fixes bug #11392
This commit is contained in:
parent
ae8c1a6124
commit
7470a15fcf
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1299,7 +1299,7 @@ sub updateAccount {
|
|||
}
|
||||
|
||||
if($error){
|
||||
$display = $error;
|
||||
$display = '<ul>'.$error.'</ul>';
|
||||
}
|
||||
|
||||
my $properties;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue