summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-15 03:32:31 -0800
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-15 03:32:31 -0800
commitac32ae79af586d6117969c385da6753cdbd9ce1a (patch)
tree626337ffd3cfac16f5e8250f3effad3174c52413 /settings
parent08b68aac6c89c75d8735a9bd5df9da296e06e7d1 (diff)
parentbb52271d220c2cc94e6823f39dfcbd5d842daba0 (diff)
downloadnextcloud-server-ac32ae79af586d6117969c385da6753cdbd9ce1a.tar.gz
nextcloud-server-ac32ae79af586d6117969c385da6753cdbd9ce1a.zip
Merge pull request #1683 from owncloud/ie-fixes
IE fixes
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index 09a6ae72806..53a66fb4686 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -159,7 +159,7 @@ $_['subadmingroups'] = array_flip($items);
<td class="remove">
<?php if($user['name']!=OC_User::getUser()):?>
<a href="#" class="action delete" original-title="<?php echo $l->t('Delete')?>">
- <img src="<?php echo image_path('core', 'actions/delete.svg') ?>" />
+ <img src="<?php echo image_path('core', 'actions/delete.svg') ?>" class="svg" />
</a>
<?php endif;?>
</td>