diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-15 03:32:31 -0800 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-15 03:32:31 -0800 |
commit | ac32ae79af586d6117969c385da6753cdbd9ce1a (patch) | |
tree | 626337ffd3cfac16f5e8250f3effad3174c52413 /settings | |
parent | 08b68aac6c89c75d8735a9bd5df9da296e06e7d1 (diff) | |
parent | bb52271d220c2cc94e6823f39dfcbd5d842daba0 (diff) | |
download | nextcloud-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.php | 2 |
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> |