From 954ffc2ab0c57c7d0df24c623d3ae2721300f99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=EF=BF=BD=EF=BF=BD?= Date: Wed, 18 Jun 2014 14:40:07 +0000 Subject: [PATCH] fix the way we interpolate the URL --- bureau/admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/admin/index.php b/bureau/admin/index.php index 9f0995a5..d3ca1d8a 100644 --- a/bureau/admin/index.php +++ b/bureau/admin/index.php @@ -75,7 +75,7 @@ if ( empty($logo) || ! $logo ) { WARNING: you are trying to access the control panel insecurely, click here to go to secure mode', $_SERVER["HTTP_HOST"]); + echo '

' . sprintf(_('WARNING: you are trying to access the control panel insecurely, click here to go to secure mode'), $_SERVER["HTTP_HOST"]) . '

'; } ?>