Completed
Push — master ( 04bf24...fb55ce )
by Christofer
02:30
created
view/weather/weatherOld.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     ?>
14 14
     <div class="container days">
15 15
     <?php
16
-    for ($i=0; $i < count($weather); $i++) {
16
+    for ($i = 0; $i < count($weather); $i++) {
17 17
         ?>
18 18
         <div class="container card day">
19 19
             <i class="<?=htmlentities($weather[$i]["daily"]["data"][0]["icon"])?>"></i>
Please login to merge, or discard this patch.