diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-15 15:21:35 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-15 15:27:30 +0200 |
commit | 3720bae3ec7a4a9cfe29b8c744103a12ff9cf61a (patch) | |
tree | 1d1ee62059aff791dd922dcc9afedff62f27c5dc /core/templates | |
parent | a1b1d6ac7d8de661c92f688fbe668ef488a3c6df (diff) | |
download | nextcloud-server-3720bae3ec7a4a9cfe29b8c744103a12ff9cf61a.tar.gz nextcloud-server-3720bae3ec7a4a9cfe29b8c744103a12ff9cf61a.zip |
fix setup page strengthify
* fixes #105
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 7f179bfa5d6..a4dbb078344 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -52,7 +52,6 @@ script('core', [ <label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label> <input type="checkbox" id="show" name="show"> <label for="show" class="svg"></label> - <div class="strengthify-wrapper"></div> </p> </fieldset> |