diff options
Diffstat (limited to 'sqlbox/view.php')
-rw-r--r-- | sqlbox/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/view.php b/sqlbox/view.php index 316489a..b5d613e 100644 --- a/sqlbox/view.php +++ b/sqlbox/view.php @@ -88,7 +88,7 @@ if (isset($data->query)) { if (!$result) error("Query failed!"); - echo "<table border=\"1\">"; + echo "<table style=\"border: 1px;\">"; $n = pg_num_fields($result); for ($i = 0; $i < $n; $i++) { echo "<th>".pg_field_name($result, $i)."</th>"; |