From 72165d9c9dd38b6c5775c9418e2999a291442e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Feb 2011 15:28:29 +0100 Subject: [PATCH] Use same icon as is used in links --- server_binlog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_binlog.php b/server_binlog.php index a499daba0..df41b977e 100644 --- a/server_binlog.php +++ b/server_binlog.php @@ -92,7 +92,7 @@ if (empty($_REQUEST['dontlimitchars'])) { * Displays the sub-page heading */ echo '

' . "\n" - . ($GLOBALS['cfg']['MainPageIconic'] ? '' : '') + . ($GLOBALS['cfg']['MainPageIconic'] ? '' : '') . ' ' . __('Binary log') . "\n" . '

' . "\n";