From fd02835ecf493705a816d516453fc8cf5ec51ae9 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Mon, 27 Apr 2020 16:20:19 -0400
Subject: [PATCH] Improve spelling suggestions interface.

---
 module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php
index 10cb856cce3..f4db00b72d0 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>';
     }
 }
-- 
GitLab