diff --git a/tbl_printview.php3 b/tbl_printview.php3 index 53e40e062..839ea328f 100755 --- a/tbl_printview.php3 +++ b/tbl_printview.php3 @@ -271,7 +271,7 @@ while (list($key, $table) = each($the_tables)) { echo ' ' . "\n"; } if ($cfgRelation['commwork']) { - echo ' '; + echo ' '; $comments = PMA_getComments($db, $table); if (isset($comments[$field_name])) { echo htmlspecialchars($comments[$field_name]); @@ -587,4 +587,4 @@ function printPage() echo '

 ' . "\n"; require('./footer.inc.php3'); -?> +?> \ No newline at end of file