Completed
Push — master ( c2d14e...abe7b9 )
by Laurent
02:09
created
generateBilling.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -589,9 +589,12 @@
 block discarded – undo
589 589
 
590 590
         <?php if ($year >= $currentYear) : ?>
591 591
             <a class="butActionRefused" href="#">Générer</a>
592
-        <?php else: ?>
592
+        <?php else {
593
+    : ?>
593 594
             <button class="butAction" type="submit">Générer</button>
594
-        <?php endif; ?>
595
+        <?php endif;
596
+}
597
+?>
595 598
 
596 599
     </form>
597 600
 
Please login to merge, or discard this patch.