diff --git a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php index 10cb856cce386a9d4edd33a1b58f1fabb649f7e7..f4db00b72d013b099d678adc8ca3f54ebd3bdaef 100644 --- a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php +++ b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php @@ -58,7 +58,8 @@ class Search extends \VuFind\View\Helper\AbstractSearch */ protected function renderExpandLink($url, $view) { - return '<a href="' . $url . '" title="' . $view->transEsc('spell_expand_alt') - . '"><i class="icon-circle-arrow-right"></i></a>'; + return ' <a href="' . $url + . '" title="' . $view->transEsc('spell_expand_alt') + . '">(' . $view->transEsc('spell_expand_alt') . ')</a>'; } }