@@ -290,8 +290,7 @@ discard block |
||
| 290 | 290 | if($totalFiles == 1) |
| 291 | 291 | { |
| 292 | 292 | pt('Found in a single file:'); |
| 293 | - } |
|
| 294 | - else |
|
| 293 | + } else |
|
| 295 | 294 | { |
| 296 | 295 | pt('Found in %1$s files:', $totalFiles); |
| 297 | 296 | } |
@@ -463,8 +462,7 @@ discard block |
||
| 463 | 462 | ?> |
| 464 | 463 | <b><?php echo $source->getLabel() ?></b> |
| 465 | 464 | <?php |
| 466 | - } |
|
| 467 | - else |
|
| 465 | + } else |
|
| 468 | 466 | { |
| 469 | 467 | echo $source->getLabel(); |
| 470 | 468 | } |
@@ -554,8 +552,7 @@ discard block |
||
| 554 | 552 | </a> |
| 555 | 553 | </p> |
| 556 | 554 | <?php |
| 557 | - } |
|
| 558 | - else |
|
| 555 | + } else |
|
| 559 | 556 | { |
| 560 | 557 | echo $this->editor->getFilters()->renderForm(); |
| 561 | 558 | |
@@ -257,8 +257,7 @@ |
||
| 257 | 257 | if($this->request->getBool($this->getVarName('scan'))) |
| 258 | 258 | { |
| 259 | 259 | $this->executeScan(); |
| 260 | - } |
|
| 261 | - else if($this->request->getBool($this->getVarName('save'))) |
|
| 260 | + } else if($this->request->getBool($this->getVarName('save'))) |
|
| 262 | 261 | { |
| 263 | 262 | $this->executeSave(); |
| 264 | 263 | } |