diff --git a/settings/templates/help.php b/settings/templates/help.php index a53ec76d68..cf61207e60 100644 --- a/settings/templates/help.php +++ b/settings/templates/help.php @@ -26,9 +26,9 @@
"") { echo(''); } ?> - '') echo('

'.$kb["name"].'

');?> -

- '') echo('

'.$l->t('Answer').':

'.$kb['answer'].'

');?> + '') echo('

'.htmlentities($kb["name"]).'

');?> +

+ '') echo('

'.$l->t('Answer').':

'.htmlentities($kb['answer']).'

');?>