tighten up some loose html
authorxzilla <xzilla>
Wed, 21 Jun 2006 18:02:51 +0000 (18:02 +0000)
committerxzilla <xzilla>
Wed, 21 Jun 2006 18:02:51 +0000 (18:02 +0000)
display.php
tables.php

index 0d73834e3b6723292ef9cc1b7b06b169da7a5801..f3dad375cbb7ad0564bbe4bf67ab6fdf212113cc 100644 (file)
@@ -9,7 +9,7 @@
         * @param $return_desc The return link name
         * @param $page The current page
         *
-        * $Id: display.php,v 1.53 2005/11/20 03:06:14 chriskl Exp $
+        * $Id: display.php,v 1.54 2006/06/21 18:02:52 xzilla Exp $
         */
 
        // Prevent timeouts on large exports (non-safe mode only)
@@ -45,7 +45,7 @@
                        $elements = 0;
                        $error = true;                  
                        if ($rs->recordCount() == 1 && $attrs->recordCount() > 0) {
-                               echo "<table>\n<tr>";
+                               echo "<table>\n";
 
                                // Output table header
                                echo "<tr><th class=\"data\">{$lang['strcolumn']}</th><th class=\"data\">{$lang['strtype']}</th>";
                                        $i++;
                                        $attrs->moveNext();
                                }
-                               echo "</table></p>\n";
+                               echo "</table>\n";
                                $error = false;
                        }
                        elseif ($rs->recordCount() != 1) {
index f7baabb25b1d189a707da31071cff177671c0bf1..cf4f1890652d7946cd4fc75d05a9903791516ff9 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List tables in a database
         *
-        * $Id: tables.php,v 1.77 2006/06/17 12:57:36 xzilla Exp $
+        * $Id: tables.php,v 1.78 2006/06/21 18:02:51 xzilla Exp $
         */
 
        // Include application functions
                                        $i++;
                                        $attrs->moveNext();
                                }
-                               echo "</table></p>\n";
+                               echo "</table>\n";
                        }
                        else echo "<p>{$lang['strnodata']}</p>\n";