removed superfluous spaces, introduced more CSS ID attributes
This commit is contained in:
@@ -153,7 +153,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
|
||||
* Displays the comments of the table if MySQL >= 3.23
|
||||
*/
|
||||
if (!empty($show_comment)) {
|
||||
echo $strTableComments . ' : ' . $show_comment . '<br /><br />';
|
||||
echo $strTableComments . ': ' . $show_comment . '<br /><br />';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user