summaryrefslogtreecommitdiffstats
path: root/application/views/user/hash_password.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/user/hash_password.php')
-rw-r--r--application/views/user/hash_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/user/hash_password.php b/application/views/user/hash_password.php
index 6daa594f4..98bef9df5 100644
--- a/application/views/user/hash_password.php
+++ b/application/views/user/hash_password.php
@@ -9,7 +9,7 @@ if ($hash) {
echo "<p>Result (this hash uses a random salt, so it will be different each time you submit this form):<br />$hash</p>\n";
}
?>
-<?php echo form_open('user/hash_password', array("class" => "form-horizontal")); ?>
+<?php echo form_open('user/hash_password'); ?>
<div class="row">
<div class="form-group col-lg-10 col-md-10">
<label class="control-label col-lg-2 col-md-2" for="inputPassword">Password</label>