@@ -71,8 +71,11 @@ |
||
| 71 | 71 | </div> |
| 72 | 72 | <?php elseif ($process->getState() == 'cancelled'): ?> |
| 73 | 73 | <?php echo $this->getLLLabel('LLL:EXT:crawler/Resources/Private/Language/locallang.xml:labels.process.cancelled'); ?> |
| 74 | - <?php else: ?> |
|
| 75 | - <?php echo $this->getLLLabel('LLL:EXT:crawler/Resources/Private/Language/locallang.xml:labels.process.success'); ?> |
|
| 74 | + <?php else { |
|
| 75 | + : ?> |
|
| 76 | + <?php echo $this->getLLLabel('LLL:EXT:crawler/Resources/Private/Language/locallang.xml:labels.process.success'); |
|
| 77 | +} |
|
| 78 | +?> |
|
| 76 | 79 | <?php endif; ?> |
| 77 | 80 | </td> |
| 78 | 81 | </tr> |