From: Stephen Jianu Date: Sun, 23 Mar 2025 14:37:50 +0000 (-0500) Subject: Minor formatting fix X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=eafefc22139f1d06c732d85898c56cccd7705e84;p=reasonableweather.git Minor formatting fix --- diff --git a/index.php b/index.php index bccf738..5234054 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ if ($relative) echo "
".$description."
"."0°\n"; else - echo "
".$description."
".$json["current"]["temperature_2m"]."° F\n"; + echo "
".$description."
".$json["current"]["temperature_2m"]."° F\n"; echo "\n"; echo "

Your 7 day forecast for Park Ridge is:

\n"; $tempNow = $json["current"]["temperature_2m"];