From bebdd113f522adae3e51835baa5c946c37e4fbbf Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 8 Feb 2013 19:59:42 +0100 Subject: [PATCH] use proper HTML for other security warning too --- core/templates/installation.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/templates/installation.php b/core/templates/installation.php index 360be496463..ad0d9cfbada 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -21,9 +21,8 @@
t('Security Warning');?> - t('No secure random number generator is available, please enable the PHP OpenSSL extension.');?> -
- t('Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account.');?> +

t('No secure random number generator is available, please enable the PHP OpenSSL extension.');?>
+ t('Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account.');?>

-- 2.39.5