]> iEval git - html-element-library.git/blobdiff - t/html/unroll_select.html
Fix tests
[html-element-library.git] / t / html / unroll_select.html
index e9ac45c03afbc298e3f7eaf804c6e0a0e7334c30..eeb0a631024c4e43da1371fb5fa1e79c6b2695cb 100644 (file)
 <form action=ladder.cgi
       method=POST>
 
-<input type=hidden name=rm value=signup_welcome>
+<input type=hidden name=rm value=signup_welcome />
 
 <table>
 
 <tr>
 <td>Screen Name</td> 
-<td><input type=text name=screen_name></td>
+<td><input type=text name=screen_name /></td>
 </tr>
 
 <tr>
 <td>Login Name (use this to login next time)</td> 
-<td><input type=text name=login_name></td>
+<td><input type=text name=login_name /></td>
 </tr>
 
 <tr>
 </tr>
 
 <tr><td>Password (<b>Don't choose one you use elsewhere.)</b></td> 
-<td><input type=password name=password></td>
+<td><input type=password name=password /></td>
 </tr>
 
 <tr>
 <td>Password (Again)</td> 
-<td><input type=password name=password_again></td>
+<td><input type=password name=password_again /></td>
 </tr>
 
 <tr>
 <td>Email</td> 
-<td><input type=text name=email></td>
+<td><input type=text name=email /></td>
 </tr>
 
 </table>
 
-<input type=submit>
+<input type=submit />
 
 </form>
 </body>
-</html>
\ No newline at end of file
+</html>
This page took 0.024089 seconds and 4 git commands to generate.