@@ -341,9 +341,9 @@ discard block |
||
341 | 341 | protected function getIcon($icon, $title = '') |
342 | 342 | { |
343 | 343 | if (!empty($title)) { |
344 | - $title = ' title="' . $title . '"'; |
|
344 | + $title = ' title="'.$title.'"'; |
|
345 | 345 | } |
346 | - return '<img src="' . $this->getIconPath() . $icon . '.png" ' . $title . ' />'; |
|
346 | + return '<img src="'.$this->getIconPath().$icon.'.png" '.$title.' />'; |
|
347 | 347 | } |
348 | 348 | |
349 | 349 | /** |
@@ -356,7 +356,7 @@ discard block |
||
356 | 356 | return \AOE\Crawler\Utility\ButtonUtility::getLinkButton( |
357 | 357 | 'actions-refresh', |
358 | 358 | $this->getLLLabel('LLL:EXT:crawler/modfunc1/locallang.xml:labels.refresh'), |
359 | - 'window.location=\'' . \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info') . '&SET[crawlaction]=multiprocess&id=' . $this->pageId . '\';' |
|
359 | + 'window.location=\''.\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info').'&SET[crawlaction]=multiprocess&id='.$this->pageId.'\';' |
|
360 | 360 | ); |
361 | 361 | } |
362 | 362 |