1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Issue #3676 Missing "required" marker on signup

This commit is contained in:
Cameron
2019-03-01 20:01:40 -08:00
parent dea967a952
commit 749fd506e0
4 changed files with 77 additions and 95 deletions

View File

@@ -540,7 +540,7 @@ class e_parse extends e_parser
$data = strip_tags($data); // remove tags from cleaned html.
$data = str_replace(array('[html]','[/html]'),'',$data);
}
// $data = html_entity_decode($data, ENT_QUOTES, 'utf-8'); // Prevent double-entities. Fix for [code] - see bb_code.php toDB();
}