Skip to content

Commit 0df478b

Browse files
authored
Merge pull request #1600 from helgispbru/bugfix/lock_icon
Change string to a correct for a fontawesome class in manager.
2 parents 21cff15 + 301b83b commit 0df478b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/media/style/default/style.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
$_style['icons_delete_document'] = $style_path.'icons/trash.png';
139139
//locks
140140
$_style['icons_preview_resource'] = $style_path.'icons/eye.png';//$style_path.'icons/eye.png';
141-
$_style['icons_secured'] = "<i class='fa fa-lock'></i>";//$style_path.'icons/lock.png';
141+
$_style['icons_secured'] = "fa fa-lock";//$style_path.'icons/lock.png';
142142

143143
//file manager icons
144144
$_style['files_save'] = 'fa fa-floppy-o';

0 commit comments

Comments
 (0)