@@ -40,9 +40,12 @@ |
||
| 40 | 40 | <h1>Packagist Mirror <img src="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/<?= $countryCode; ?>.svg" title="<?= $countryName; ?>" alt="<?= $countryName; ?>"/></h1> |
| 41 | 41 | <?php if (null !== $lastSync): ?> |
| 42 | 42 | <p>Last sync: <?= $lastSync; ?> (Synchronized every 1 minute)</p> |
| 43 | - <?php else: ?> |
|
| 43 | + <?php else { |
|
| 44 | + : ?> |
|
| 44 | 45 | <p>Synchronized every 1 minute</p> |
| 45 | - <?php endif; ?> |
|
| 46 | + <?php endif; |
|
| 47 | +} |
|
| 48 | +?> |
|
| 46 | 49 | </div> |
| 47 | 50 | <p> |
| 48 | 51 | This is PHP package repository Packagist.org mirror site. |