@@ -349,9 +349,9 @@ discard block |
||
349 | 349 | protected function getIcon($icon, $title = '') |
350 | 350 | { |
351 | 351 | if (!empty($title)) { |
352 | - $title = ' title="' . $title . '"'; |
|
352 | + $title = ' title="'.$title.'"'; |
|
353 | 353 | } |
354 | - return '<img src="' . $this->getIconPath() . $icon . '.png" ' . $title . ' />'; |
|
354 | + return '<img src="'.$this->getIconPath().$icon.'.png" '.$title.' />'; |
|
355 | 355 | } |
356 | 356 | |
357 | 357 | /** |
@@ -364,7 +364,7 @@ discard block |
||
364 | 364 | return ButtonUtility::getLinkButton( |
365 | 365 | 'actions-refresh', |
366 | 366 | $this->getLLLabel('LLL:EXT:crawler/Resources/Private/Language/locallang.xml:labels.refresh'), |
367 | - 'window.location=\'' . BackendUtility::getModuleUrl('web_info') . '&SET[crawlaction]=multiprocess&id=' . $this->pageId . '\';' |
|
367 | + 'window.location=\''.BackendUtility::getModuleUrl('web_info').'&SET[crawlaction]=multiprocess&id='.$this->pageId.'\';' |
|
368 | 368 | ); |
369 | 369 | } |
370 | 370 |