We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7c439 commit 5d6ed4cCopy full SHA for 5d6ed4c
1 file changed
interface/web/dashboard/dashboard.php
@@ -55,7 +55,7 @@
55
$name = $tmp['contact_name'];
56
}
57
58
-$welcome = sprintf($wb['welcome_user_txt'], $name);
+$welcome = sprintf($wb['welcome_user_txt'], htmlentities($name));
59
$app->tpl->setVar('welcome_user', $welcome);
60
61
0 commit comments