Skip to content

Commit 301b83b

Browse files
committed
Change string to a correct for a fontawesome class in manager.
modified: manager/media/style/default/style.php
1 parent 21cff15 commit 301b83b

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)