Update Classes/Plugin/Tools/FulltextTool.php

Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
This commit is contained in:
Alexander Bigga 2021-03-22 16:44:50 +01:00 committed by GitHub
parent 65fc96de35
commit 698773c5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class FulltextTool extends \Kitodo\Dlf\Common\AbstractPlugin
. ';fulltext-off:' . htmlspecialchars($this->pi_getLL('fulltext-off', ''))
. ';activate-full-text-initially:' . MathUtility::forceIntegerInRange($this->conf['activateFullTextInitially'], 0, 1, 0)
. ';full-text-scroll-element:' . $this->conf['fullTextScrollElement']
. ';search-hl-elements:' . $this->conf['searchHlElements'] . '">&nbsp;</a>';
. ';search-hl-parameters:' . $this->conf['searchHlParameters'] . '">&nbsp;</a>';
} else {
$markerArray['###FULLTEXT_SELECT###'] = '<span class="no-fulltext">' . htmlspecialchars($this->pi_getLL('fulltext-not-available', '')) . '</span>';
}