Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarvin Hicking <me@supergarv.de>2004-10-08 15:14:08 +0400
committerGarvin Hicking <me@supergarv.de>2004-10-08 15:14:08 +0400
commit9392a58483c29ef0d4a9a53bf6b6b64d1085ef55 (patch)
tree99a3e6ac4f44f6ffc36d569bb9ff261fb42d91fb /tbl_printview.php
parentba42fad9b27153a38eb2012cc7aea5842dd78181 (diff)
removed superfluous spaces, introduced more CSS ID attributes
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php10
1 files changed, 5 insertions, 5 deletions
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 '<b>'. $strShowTables . '&nbsp;:&nbsp;' . $tbl_list . '</b>' . "\n";
+ echo '<b>'. $strShowTables . ':&nbsp;' . $tbl_list . '</b>' . "\n";
echo '<hr />' . "\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 . '&nbsp;:&nbsp;' . $show_comment . '<br /><br />';
+ echo $strTableComments . ':&nbsp;' . $show_comment . '<br /><br />';
}
/**
@@ -301,7 +301,7 @@ foreach ($the_tables AS $key => $table) {
<br /><br />
<!-- Indexes -->
-&nbsp;<big><?php echo $strIndexes . '&nbsp;:'; ?></big>
+&nbsp;<big><?php echo $strIndexes . ':'; ?></big>
<table bordercolorlight="black" border="border" style="border-collapse: collapse; background-color: white">
<tr>
<th><?php echo $strKeyname; ?></th>
@@ -406,7 +406,7 @@ foreach ($the_tables AS $key => $table) {
<!-- Space usage -->
<td class="print" valign="top">
- &nbsp;<big><?php echo $strSpaceUsage . '&nbsp;:'; ?></big>
+ &nbsp;<big><?php echo $strSpaceUsage . ':'; ?></big>
<table width="100%" bordercolorlight="black" border="border" style="border-collapse: collapse; background-color: white">
<tr>
<th><?php echo $strType; ?></th>
@@ -462,7 +462,7 @@ foreach ($the_tables AS $key => $table) {
<!-- Rows Statistic -->
<td valign="top">
- &nbsp;<big><?php echo $strRowsStatistic . '&nbsp;:'; ?></big>
+ &nbsp;<big><?php echo $strRowsStatistic . ':'; ?></big>
<table width=100% bordercolorlight="black" border="border" style="border-collapse: collapse; background-color: white">
<tr>
<th><?php echo $strStatement; ?></th>