Completed
Push — master ( f20a9e...7b60b2 )
by
unknown
15s queued 12s
created
Classes/Plugin/Tools/FulltextTool.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -78,14 +78,14 @@
 block discarded – undo
78 78
         $fullTextFile = $this->doc->physicalStructureInfo[$this->doc->physicalStructure[$this->piVars['page']]]['files'][$this->conf['fileGrpFulltext']];
79 79
         if (!empty($fullTextFile)) {
80 80
             $markerArray['###FULLTEXT_SELECT###'] = '<a class="select switchoff" id="tx-dlf-tools-fulltext" title="" data-dic="'
81
-            . 'fulltext:' . htmlspecialchars($this->pi_getLL('fulltext', ''))
82
-            . ';fulltext-on:' . htmlspecialchars($this->pi_getLL('fulltext-on', ''))
83
-            . ';fulltext-off:' . htmlspecialchars($this->pi_getLL('fulltext-off', ''))
84
-            . ';activate-full-text-initially:' . MathUtility::forceIntegerInRange($this->conf['activateFullTextInitially'], 0, 1, 0)
85
-            . ';full-text-scroll-element:' . $this->conf['fullTextScrollElement']
86
-            . ';search-hl-parameters:' . $this->conf['searchHlParameters'] . '">&nbsp;</a>';
81
+            . 'fulltext:'.htmlspecialchars($this->pi_getLL('fulltext', ''))
82
+            . ';fulltext-on:'.htmlspecialchars($this->pi_getLL('fulltext-on', ''))
83
+            . ';fulltext-off:'.htmlspecialchars($this->pi_getLL('fulltext-off', ''))
84
+            . ';activate-full-text-initially:'.MathUtility::forceIntegerInRange($this->conf['activateFullTextInitially'], 0, 1, 0)
85
+            . ';full-text-scroll-element:'.$this->conf['fullTextScrollElement']
86
+            . ';search-hl-parameters:'.$this->conf['searchHlParameters'].'">&nbsp;</a>';
87 87
         } else {
88
-            $markerArray['###FULLTEXT_SELECT###'] = '<span class="no-fulltext">' . htmlspecialchars($this->pi_getLL('fulltext-not-available', '')) . '</span>';
88
+            $markerArray['###FULLTEXT_SELECT###'] = '<span class="no-fulltext">'.htmlspecialchars($this->pi_getLL('fulltext-not-available', '')).'</span>';
89 89
         }
90 90
         $content .= $this->templateService->substituteMarkerArray($this->template, $markerArray);
91 91
         return $this->pi_wrapInBaseClass($content);
Please login to merge, or discard this patch.