Fix a small html error
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 1 Nov 2011 21:39:00 +0000 (22:39 +0100)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 1 Nov 2011 21:39:34 +0000 (22:39 +0100)
schemas.php

index bd2cdfe70d214ef877eca96438009a9acf066bf1..9e77fba63de2e59ec89c1a8607bc0cd24d62ad55 100755 (executable)
 
                        echo "\t<tr>\n";
                        echo "\t\t<th class=\"data\">{$lang['strcomment']}</th>\n";
-                       echo "\t\t<td class=\"data1\"><textarea cols=\"32\" rows=\"3\"name=\"comment\">", htmlspecialchars($_POST['comment']), "</textarea></td>\n";
+                       echo "\t\t<td class=\"data1\"><textarea cols=\"32\" rows=\"3\" name=\"comment\">", htmlspecialchars($_POST['comment']), "</textarea></td>\n";
                        echo "\t</tr>\n";
                        echo "</table>\n";
                        echo "<p><input type=\"hidden\" name=\"action\" value=\"alter\" />\n";