diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php index daf23565189a4a0cf221b3318dcc8a41f552d578..343ba91301c4502e079e2f19926896b07fea7ab1 100644 --- a/interface/web/dashboard/dashboard.php +++ b/interface/web/dashboard/dashboard.php @@ -55,7 +55,7 @@ if($_SESSION['s']['user']['typ'] == 'admin') { $name = $tmp['contact_name']; } -$welcome = sprintf($wb['welcome_user_txt'], htmlentities($name)); +$welcome = sprintf($wb['welcome_user_txt'], htmlentities($name, ENT_QUOTES, 'UTF-8')); $app->tpl->setVar('welcome_user', $welcome);