]> Stephen's Gitweb - reasonableweather.git/commitdiff
Minor formatting fix
authorStephen Jianu <stephen@stephenjianu.com>
Sun, 23 Mar 2025 14:37:50 +0000 (09:37 -0500)
committerStephen Jianu <stephen@stephenjianu.com>
Sun, 23 Mar 2025 14:37:50 +0000 (09:37 -0500)
index.php

index bccf738fd9eea2bff146d3382339c334354f074c..523405455849d0d298d43711149657686ea50e69 100644 (file)
--- a/index.php
+++ b/index.php
@@ -18,7 +18,7 @@
        if ($relative)
                echo "<img src=\"".$image."\"/><br>".$description."<br>"."0&deg;\n";
        else
-       echo "<img src=\"".$image."\"/><br>".$description."<br>".$json["current"]["temperature_2m"]."&deg; F\n";
+               echo "<img src=\"".$image."\"/><br>".$description."<br>".$json["current"]["temperature_2m"]."&deg; F\n";
        echo "</h1>\n";
        echo "<h3>Your 7 day forecast for Park Ridge is:</h3>\n";
        $tempNow = $json["current"]["temperature_2m"];