From 9392a58483c29ef0d4a9a53bf6b6b64d1085ef55 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 8 Oct 2004 11:14:08 +0000 Subject: removed superfluous spaces, introduced more CSS ID attributes --- tbl_printview.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tbl_printview.php') diff --git a/tbl_printview.php b/tbl_printview.php index b63f6609a8..647481a8d5 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -58,7 +58,7 @@ if ($multi_tables) { $tbl_list .= (empty($tbl_list) ? '' : ', ') . PMA_backquote(urldecode($table)); } - echo ''. $strShowTables . ' : ' . $tbl_list . '' . "\n"; + echo ''. $strShowTables . ': ' . $tbl_list . '' . "\n"; echo '
' . "\n"; } // end if @@ -155,7 +155,7 @@ foreach ($the_tables AS $key => $table) { * Displays the comments of the table if MySQL >= 3.23 */ if (!empty($show_comment)) { - echo $strTableComments . ' : ' . $show_comment . '

'; + echo $strTableComments . ': ' . $show_comment . '

'; } /** @@ -301,7 +301,7 @@ foreach ($the_tables AS $key => $table) {

@@ -406,7 +406,7 @@ foreach ($the_tables AS $key => $table) {
-   +   @@ -462,7 +462,7 @@ foreach ($the_tables AS $key => $table) {
-   +   -- cgit v1.2.3