diff --git a/inc/display.php b/inc/display.php index 7a1a3901..7f0226d4 100644 --- a/inc/display.php +++ b/inc/display.php @@ -99,7 +99,7 @@ 'body'=>Element('login.html', Array( 'config'=>$config, 'error'=>$error, - 'username'=>$username, + 'username'=>utf8tohtml($username), 'redirect'=>$redirect ) )