Test Setup Failed
Push — master ( da1a02...7e62de )
by Stefan
05:54
created
view/process/class.tx_crawler_view_process_list.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -341,9 +341,9 @@  discard block
 block discarded – undo
341 341
     protected function getIcon($icon, $title = '')
342 342
     {
343 343
         if (!empty($title)) {
344
-            $title = ' title="' . $title . '"';
344
+            $title = ' title="'.$title.'"';
345 345
         }
346
-        return '<img src="' . $this->getIconPath() . $icon . '.png" ' . $title . ' />';
346
+        return '<img src="'.$this->getIconPath().$icon.'.png" '.$title.' />';
347 347
     }
348 348
 
349 349
     /**
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
         return \AOE\Crawler\Utility\ButtonUtility::getLinkButton(
357 357
             'actions-refresh',
358 358
             $this->getLLLabel('LLL:EXT:crawler/modfunc1/locallang.xml:labels.refresh'),
359
-            'window.location=\'' . \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info') . '&SET[crawlaction]=multiprocess&id=' . $this->pageId . '\';'
359
+            'window.location=\''.\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('web_info').'&SET[crawlaction]=multiprocess&id='.$this->pageId.'\';'
360 360
         );
361 361
     }
362 362
 
Please login to merge, or discard this patch.