@@ -318,7 +318,7 @@ |
||
318 | 318 | return \AOE\Crawler\Utility\ButtonUtility::getLinkButton( |
319 | 319 | 'actions-refresh', |
320 | 320 | $this->getLLLabel('LLL:EXT:crawler/modfunc1/locallang.xml:labels.refresh'), |
321 | - 'window.location=\'' . \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info') . '&SET[crawlaction]=multiprocess&id=' . $this->pageId . '\';' |
|
321 | + 'window.location=\''.\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info').'&SET[crawlaction]=multiprocess&id='.$this->pageId.'\';' |
|
322 | 322 | ); |
323 | 323 | } |
324 | 324 |