@@ -, +, @@ error - Perform a search in the OPAC. - Look for a box which says "Not what you expected? Check for suggestions" - Click the "Check for suggestions" link before it disappears. If necessary disable JavaScript in your browser so that the link doesn't disappear. - The search suggestions page should render without errors. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt @@ -2,6 +2,7 @@ [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %]Search suggestions [% INCLUDE 'doc-head-close.inc' %] + [% BLOCK cssinclude %][% END %] [% INCLUDE 'masthead.inc' %] --