diff options
-rw-r--r-- | tests/crud1.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/crud1.html b/tests/crud1.html index 92cd1942..b1f34b54 100644 --- a/tests/crud1.html +++ b/tests/crud1.html @@ -24,8 +24,7 @@ </table> <br /><hr /><br /> - - <form method="post" action="/Demo/Crud1/create"> +<form method="post" action="/Demo/Crud1/create"> <li> A: <input type="text" name="A" /></li> <li> B: <input type="text" name="B" /></li> <li> C: <input type="text" name="C" /></li> |