Test Setup Failed
Push — issue/226 ( aed360...70140e )
by Stefan
22:13 queued 13:50
created
Classes/Backend/View/ProcessListView.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -349,9 +349,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.