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:
authorAlexander M. Turek <me@derrabus.de>2004-05-09 16:44:58 +0400
committerAlexander M. Turek <me@derrabus.de>2004-05-09 16:44:58 +0400
commitb3fa7d8208610cb9062e105a7c13a7c04b62cfe6 (patch)
tree26f3c961c68573d4d47218020dccab4db3962574 /db_datadict.php
parent4a539df2db3f316d543c37ab1221a47ef891e094 (diff)
Patch #950726
Diffstat (limited to 'db_datadict.php')
-rw-r--r--db_datadict.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/db_datadict.php b/db_datadict.php
index 9ce22fd3fc..e520cd735c 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -64,7 +64,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
}
if ($count != 0) {
- echo '<div style="page-break-before: always">' . "\n";
+ echo '<div style="page-break-before: always;">' . "\n";
} else {
echo '<div>' . "\n";
}
@@ -160,7 +160,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
?>
<!-- TABLE INFORMATIONS -->
-<table width="100%" bordercolorlight="black" border="border" style="border-collapse: collapse;background-color: white">
+<table width="100%" style="border: 1px solid black; border-collapse: collapse; background-color: white;">
<tr>
<th width="50"><?php echo $strField; ?></th>
<th width="80"><?php echo $strType; ?></th>
@@ -308,7 +308,7 @@ function printPage()
//-->
</script>
<?php
-echo '<br /><br />&nbsp;<input type="button" style="visibility: ; width: 100px; height: 25px" id="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
+echo '<br /><br />&nbsp;<input type="button" style="width: 100px; height: 25px;" id="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
require_once('./footer.inc.php');
?>