@@ -13,7 +13,7 @@ |
||
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> |