removed superfluous spaces, introduced more CSS ID attributes

This commit is contained in:
Garvin Hicking
2004-10-08 11:14:08 +00:00
parent ba42fad9b2
commit 9392a58483
26 changed files with 275 additions and 344 deletions

View File

@@ -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 . '&nbsp;:&nbsp;' . $show_comment . '<br /><br />';
echo $strTableComments . ':&nbsp;' . $show_comment . '<br /><br />';
}
/**