summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sqlbox/view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/view.php b/sqlbox/view.php
index c6f99a1..0091807 100644
--- a/sqlbox/view.php
+++ b/sqlbox/view.php
@@ -92,7 +92,7 @@ if (isset($data->query)) {
while($row=pg_fetch_row($result)){
echo "<tr>";
foreach($row as $val) {
- echo "<td>$val</tr>";
+ echo "<td>$val</td>";
}
echo "</tr>";
}