Completed
Push — master ( af0c0b...924f70 )
by Webysther
02:26
created
resources/index.html.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,9 +42,12 @@
 block discarded – undo
42 42
                         <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>
43 43
                         <?php if (null !== $lastSync): ?>
44 44
                             <p>Last sync: <span id="lastsynced"><?= $lastSync; ?></span> (Synchronized every <?= $synced ?> seconds)</p>
45
-                        <?php else: ?>
45
+                        <?php else {
46
+    : ?>
46 47
                             <p>Synchronized every 1 minute</p>
47
-                        <?php endif; ?>
48
+                        <?php endif;
49
+}
50
+?>
48 51
                     </div>
49 52
                     <p>
50 53
                         This is PHP package repository Packagist.org mirror site.
Please login to merge, or discard this patch.