fix invalid xhtml tag, per Alexey Baturin
authorRobert Treat <robert@robert-treats-macbook.local>
Sat, 22 May 2010 13:43:29 +0000 (09:43 -0400)
committerRobert Treat <robert@robert-treats-macbook.local>
Sat, 22 May 2010 13:43:29 +0000 (09:43 -0400)
tblproperties.php

index a2e9bb8ca7e86771905741ab6684e8f6f42b0b26..2136a7d04d763d65ca149686b34bc1a5f09424be 100644 (file)
                                echo "<p><input type=\"hidden\" name=\"action\" value=\"add_column\" />\n";
                                echo "<input type=\"hidden\" name=\"stage\" value=\"2\" />\n";
                                echo $misc->form;
-                               echo "<input type=\"hidden\" name=\"table\" value=\"", htmlspecialchars($_REQUEST['table']), "\">\n";
+                               echo "<input type=\"hidden\" name=\"table\" value=\"", htmlspecialchars($_REQUEST['table']), "\" />\n";
                                if (!$data->hasCreateFieldWithConstraints()) {
                                        echo "<input type=\"hidden\" name=\"default\" value=\"\" />\n";
                                }