From 05f01d9c2a9d0938ed64dc97672145ec9d05bf4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 4 Nov 2014 10:47:39 +0100 Subject: Split HTML markup from translatable string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 02452a8f41..727831b9ca 100644 --- a/index.php +++ b/index.php @@ -522,11 +522,11 @@ if ($server > 0) { . '%sFind out why%s. ' ); if ($cfg['ZeroConf'] == true) { - $msg_text .= __( - '
      ' - . 'Or alternately go to \'Operations\' tab of any database ' - . 'to set it up there.' - ); + $msg_text .= '
      ' . + __( + 'Or alternately go to \'Operations\' tab of any database ' + . 'to set it up there.' + ); } $msg = PMA_Message::notice($msg_text); $msg->addParam( -- cgit v1.2.3