Skip to content
Snippets Groups Projects
Commit e8190c65 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix user delete button not showing in IE, another SVG replacement issue

parent f9a6ed6c
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment