remove duplicate <tr> declaration
authorxzilla <xzilla>
Sat, 17 Jun 2006 23:47:39 +0000 (23:47 +0000)
committerxzilla <xzilla>
Sat, 17 Jun 2006 23:47:39 +0000 (23:47 +0000)
viewproperties.php

index 00b4c2289a61fbfba4c87a2fe8dbebcbf0e4c466..8a51c90870ec153c3f15cae3f95815bdfd6f2cdf 100755 (executable)
@@ -3,7 +3,7 @@
        /**
         * List views in a database
         *
-        * $Id: viewproperties.php,v 1.17 2006/06/17 12:57:37 xzilla Exp $
+        * $Id: viewproperties.php,v 1.18 2006/06/17 23:47:39 xzilla Exp $
         */
 
        // Include application functions
                                echo "<form action=\"$PHP_SELF\" method=\"post\">\n";
 
                                // Output view header
-                               echo "<table>\n<tr>";
+                               echo "<table>\n";
                                echo "<tr><th class=\"data required\">{$lang['strname']}</th><th class=\"data required\">{$lang['strtype']}</th>";
                                echo "<th class=\"data\">{$lang['strdefault']}</th><th class=\"data\">{$lang['strcomment']}</th></tr>";