restored the use of '' inside the title of the login page
This commit is contained in:
@@ -97,7 +97,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
|
||||
|
||||
<body bgcolor="<?php echo $GLOBALS['cfgRightBgColor']; ?>">
|
||||
<center>
|
||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION); ?></h1>
|
||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION . ' - ' . $GLOBALS['strLogin']); ?></h1>
|
||||
<br />
|
||||
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user