summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2015-09-03 14:06:03 +0200
committerRobin Appelman <robin@icewind.nl>2015-09-03 14:06:03 +0200
commit5234090ee2d8cf41dca82d7794fb5f6c4844e466 (patch)
treea39fee11a8f2eca6f4de74e3237b1caa3e99b645 /settings
parent8684420d0a503f5c913343eca838b3a7dc903506 (diff)
parentacc9fa49fc5236bb4ab9189504c86f536fc38fb7 (diff)
downloadnextcloud-server-5234090ee2d8cf41dca82d7794fb5f6c4844e466.tar.gz
nextcloud-server-5234090ee2d8cf41dca82d7794fb5f6c4844e466.zip
Merge pull request #18803 from owncloud/toggle-svg
use SVG for toggle image on installation instead of PNG
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 490133c9f25..c0adaf9c5a3 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -83,7 +83,7 @@ if($_['passwordChangeSupported']) {
placeholder="<?php echo $l->t('New password');?>"
data-typetoggle="#personal-show"
autocomplete="off" autocapitalize="off" autocorrect="off" />
- <input type="checkbox" id="personal-show" name="show" /><label for="personal-show"></label>
+ <input type="checkbox" id="personal-show" name="show" /><label for="personal-show" class="svg"></label>
<input id="passwordbutton" type="submit" value="<?php echo $l->t('Change password');?>" />
<br/>
<div class="strengthify-wrapper"></div>