beautified the alignement of the generated xhtml code

This commit is contained in:
Loïc Chapeaux
2002-02-08 18:03:51 +00:00
parent 8095b71706
commit 1ebf4b003c

View File

@@ -302,11 +302,9 @@ if ($num_dbs > 1) {
} }
$selected = ' selected="selected"'; $selected = ' selected="selected"';
$table_list_header .= '<nobr><img name="imEx" src="images/minus.gif" border="0" width="9" height="9" alt="-" />'; $table_list_header .= ' <nobr><img name="imEx" src="images/minus.gif" border="0" width="9" height="9" alt="-" />' . "\n";
$table_list_header .= ' <a class="item" target="phpmain" href="db_details.php3?' . $common_url_query . '">'; $table_list_header .= ' <a class="item" target="phpmain" href="db_details.php3?' . $common_url_query . '">' . "\n";
$table_list_header .= ' <span class="heada">' . $db . '<bdo dir="' . $text_dir . '">&nbsp;&nbsp;</bdo></span></a></nobr><br />'; $table_list_header .= ' <span class="heada">' . $db . '<bdo dir="' . $text_dir . '">&nbsp;&nbsp;</bdo></span></a></nobr><br />' . "\n";
$table_list_header .= '';
} else { } else {
$selected = ''; $selected = '';
} // end if... else... } // end if... else...