mcramer
2012-11-06 5ef7747f147e981b5901340bafc32c0918a64e0d
Fixed:  FS#2522 - User's Welcome msg accents problem

1 files modified
2 ■■■ changed files
interface/web/dashboard/dashboard.php 2 ●●● patch | view | raw | blame | history
interface/web/dashboard/dashboard.php
@@ -55,7 +55,7 @@
    $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);