From 11275dbb8ca6488ec71c0235f5a5cbb1e026581d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 8 Feb 2002 20:56:02 +0000 Subject: [PATCH] Beautified the generated xhtml code --- left.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/left.php3 b/left.php3 index 65c1104a1..54aafde93 100755 --- a/left.php3 +++ b/left.php3 @@ -304,7 +304,7 @@ if ($num_dbs > 1) { $table_list_header .= ' -' . "\n"; $table_list_header .= ' ' . "\n"; - $table_list_header .= ' ' . $db . '  
' . "\n"; + $table_list_header .= ' ' . $db . '  
' . "\n\n"; } else { $selected = ''; } // end if... else... @@ -332,10 +332,10 @@ if ($num_dbs > 1) { // Displays the current database name and the list of tables it // contains - echo '
' . "\n"; + echo "\n" . '
' . "\n\n"; echo $table_list_header; echo $table_list; - echo '
' . "\n"; + echo "\n" . '
' . "\n"; }