Test Setup Failed
Push — issue/244 ( 3b99f5 )
by Tomas Norre
17:01 queued 13:26
created
view/process/class.tx_crawler_view_process_list.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.