diff --git a/oauth2.php b/oauth2.php index 0039bd1bd..055b7813b 100644 --- a/oauth2.php +++ b/oauth2.php @@ -58,7 +58,7 @@ if (empty($_GET['error'])) { redirect($redirect); exit(); } else { - echo $_GET['error'].'
'.$_GET['error_description'].' + echo strip_tags($_GET['error']).'
'.strip_tags($_GET['error_description']).'

'.tr('Riprova').''; }