diff --git a/public_html/deployment/classes/actionlog.class.php b/public_html/deployment/classes/actionlog.class.php
index 05d9069658a08f2980b85884a3886e84b405288a..021dfaa1af0d851f6af6b7283874915277d3bd2f 100644
--- a/public_html/deployment/classes/actionlog.class.php
+++ b/public_html/deployment/classes/actionlog.class.php
@@ -350,7 +350,7 @@ class Actionlog
         $aForms["filter"]["form"]['efilterlogs'] = [
             'type' => 'text',
             'name' => 'efilterlogs',
-            'label' => '<i class="glyphicon glyphicon-filter"></i>' . t("overview-textsearch"),
+            'label' => $oHtml->getIcon('filter') . '&nbsp;' . t("overview-textsearch"),
             'inline' => true,
             'onkeyup' => 'filterLogTable();',
             'onkeypress' => 'filterLogTable();',