diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-24 04:09:41 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-24 04:09:41 +0000 |
commit | 1ed83e5569f08b0beed8e477d56b238ca3debcb9 (patch) | |
tree | 1e1cbf797224226cb451a0913469b8460ddfb84b | |
parent | b0dff620e2a47be356f85a883875c16f8181c8ae (diff) |
Fix bad <input/>
-rw-r--r-- | core/views/welcome.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 82043499..cb5d8cc2 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -327,7 +327,7 @@ <form method="post" action="<?= url::site("welcome/add_user") ?>"> <input name="user_name" type="text"/> <input type="submit" value="create"/> - <input type="checkbox" name="admin">Admin</input> + <input type="checkbox" name="admin"/> Admin </form> </fieldset> </div> |