diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php
index 04c84f31a..45e86ef1e 100644
--- a/e107_handlers/theme_handler.php
+++ b/e107_handlers/theme_handler.php
@@ -909,7 +909,7 @@ class themeHandler
$url = e_SELF."?src=".base64_encode($d);
$id = $frm->name2id($theme['name']);
$main_icon = "
";
- $info_icon = "".E_32_CAT_ABOUT."";
+ $info_icon = "".trim(E_32_CAT_ABOUT)."";
//XXX modal-Cache is currently enabled by default. Awaiting inclusion of data-cache feature.
// See here: https://github.com/twitter/bootstrap/pull/4224
@@ -948,7 +948,7 @@ class themeHandler
}
$thumbnail = "
";
- $preview_icon = "".E_32_SEARCH."";
+ $preview_icon = "".E_32_SEARCH."";
// $thumbnail .= "";