diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2016-06-23 13:39:28 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-07-01 16:36:37 +0200 |
commit | c47833718f7b841e56fc0a64b9b7d170ca7706c4 (patch) | |
tree | 5a6d5106319230c82f867ed146ca157a48f425d7 /core/templates/login.php | |
parent | 11be3d6276b7d54ccb166c9ea418e4e54c5eef57 (diff) | |
download | nextcloud-server-c47833718f7b841e56fc0a64b9b7d170ca7706c4.tar.gz nextcloud-server-c47833718f7b841e56fc0a64b9b7d170ca7706c4.zip |
remove svg classes
Diffstat (limited to 'core/templates/login.php')
-rw-r--r-- | core/templates/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index 5b0fd97cfd8..95c5a423c3d 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -53,7 +53,7 @@ script('core', [ <?php p($_['user_autofocus'] ? '' : 'autofocus'); ?> autocomplete="on" autocapitalize="off" autocorrect="off" required> <label for="password" class="infield"><?php p($l->t('Password')); ?></label> - <input type="submit" id="submit" class="login primary icon-confirm svg" title="<?php p($l->t('Log in')); ?>" value="" disabled="disabled"/> + <input type="submit" id="submit" class="login primary icon-confirm" title="<?php p($l->t('Log in')); ?>" value="" disabled="disabled"/> </p> <?php if (!empty($_['invalidpassword']) && !empty($_['canResetPassword'])) { ?> |