coding standard: no spaces inside braces
This commit is contained in:
@@ -106,7 +106,7 @@ if (empty($_REQUEST['dontlimitchars'])) {
|
||||
* Displays the sub-page heading
|
||||
*/
|
||||
echo '<h2>' . "\n"
|
||||
. ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $pmaThemeImage . 's_process.png" width="16" height="16" border="0" hspace="2" align="middle" alt="" />' : '' )
|
||||
. ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $pmaThemeImage . 's_process.png" width="16" height="16" border="0" hspace="2" align="middle" alt="" />' : '')
|
||||
. ' ' . $GLOBALS['strBinaryLog'] . "\n"
|
||||
. '</h2>' . "\n";
|
||||
|
||||
|
Reference in New Issue
Block a user