Completed
Push — master ( 8f506c...8feb92 )
by
unknown
18s queued 12s
created
Classes/Plugin/Tools/FulltextTool.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,9 +77,9 @@
 block discarded – undo
77 77
         $this->getTemplate();
78 78
         $fullTextFile = $this->doc->physicalStructureInfo[$this->doc->physicalStructure[$this->piVars['page']]]['files'][$this->conf['fileGrpFulltext']];
79 79
         if (!empty($fullTextFile)) {
80
-            $markerArray['###FULLTEXT_SELECT###'] = '<a class="select switchoff" id="tx-dlf-tools-fulltext" title="" data-dic="fulltext:' . htmlspecialchars($this->pi_getLL('fulltext', '')) . ';fulltext-on:' . htmlspecialchars($this->pi_getLL('fulltext-on', '')) . ';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'] . '">&nbsp;</a>';
80
+            $markerArray['###FULLTEXT_SELECT###'] = '<a class="select switchoff" id="tx-dlf-tools-fulltext" title="" data-dic="fulltext:'.htmlspecialchars($this->pi_getLL('fulltext', '')).';fulltext-on:'.htmlspecialchars($this->pi_getLL('fulltext-on', '')).';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'].'">&nbsp;</a>';
81 81
         } else {
82
-            $markerArray['###FULLTEXT_SELECT###'] = '<span class="no-fulltext">' . htmlspecialchars($this->pi_getLL('fulltext-not-available', '')) . '</span>';
82
+            $markerArray['###FULLTEXT_SELECT###'] = '<span class="no-fulltext">'.htmlspecialchars($this->pi_getLL('fulltext-not-available', '')).'</span>';
83 83
         }
84 84
         $content .= $this->templateService->substituteMarkerArray($this->template, $markerArray);
85 85
         return $this->pi_wrapInBaseClass($content);
Please login to merge, or discard this patch.