This commit is contained in:
Daniil Gentili 2020-10-05 19:28:52 +02:00
parent a21f8205e5
commit 43bd176908
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ trait Templates
$lastName = Lang::$current_lang['signupLastNameWeb'];
$form = "<input type='text' name='first_name' placeholder='$firstName' required/><input type='text' name='last_name' placeholder='$lastName'/>";
} else {
$title = '';
return;
}
$title = \htmlentities($title);
$message = \htmlentities($message);