diff options
Diffstat (limited to 'application/views/user/register.php')
-rw-r--r-- | application/views/user/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/user/register.php b/application/views/user/register.php index fffd9d271..af4558ff9 100644 --- a/application/views/user/register.php +++ b/application/views/user/register.php @@ -3,7 +3,7 @@ echo implode("<br />\n", $error); echo "</p>"; } ?> -<?php echo form_open('user/register/'.$key, array("class" => "form-horizontal")); ?> +<?php echo form_open('user/register/'.$key); ?> <div class="row"> <div class="form-group col-lg-8 col-md-10"> <label class="control-label col-lg-2 col-md-2" for="inputUsername">Username</label> |