From 1ebf4b003c8db70e6da08717cb0a446b1153397f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 8 Feb 2002 18:03:51 +0000 Subject: [PATCH] beautified the alignement of the generated xhtml code --- left.php3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/left.php3 b/left.php3 index a61dd6ecd..65c1104a1 100755 --- a/left.php3 +++ b/left.php3 @@ -302,11 +302,9 @@ if ($num_dbs > 1) { } $selected = ' selected="selected"'; - $table_list_header .= '-'; - $table_list_header .= ' '; - $table_list_header .= ' ' . $db . '  
'; - $table_list_header .= ''; - + $table_list_header .= ' -' . "\n"; + $table_list_header .= ' ' . "\n"; + $table_list_header .= ' ' . $db . '  
' . "\n"; } else { $selected = ''; } // end if... else...