XHTML other fixes

This commit is contained in:
Marc Delisle
2009-02-16 10:13:51 +00:00
parent 0f317b5c65
commit eb74324b59
3 changed files with 5 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ if ($is_create_db_priv) {
<strong><?php echo $strCreateNewDatabase . ':&nbsp;' . PMA_showMySQLDocu('SQL-Syntax', 'CREATE_DATABASE'); ?></strong><br />
<?php
echo '<span class="noPrivileges">'
. ($cfg['ErrorIconic'] ? '<img src="' . $pmaThemeImage . 's_error2.png" width="11" height="11" hspace="2" border="0" align="middle" />' : '')
. ($cfg['ErrorIconic'] ? '<img src="' . $pmaThemeImage . 's_error2.png" alt="" width="11" height="11" hspace="2" border="0" align="middle" />' : '')
. '' . $strNoPrivileges .'</span>';
} // end create db form or message
?>