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