You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
The error is on the temperature file at line 51
if(anyToC($weather["heat_index"])>=28||($showFeelsLike&&anyToC($weather["temp"])>28)){echo $lang['Heatindex']."
".$weather["heat_index"]."°".$weather["temp_units"];;}
replaced by ; instead of ;;
if(anyToC($weather["heat_index"])>=28||($showFeelsLike&&anyToC($weather["temp"])>28)){echo $lang['Heatindex']."
worries about the heat index
The text was updated successfully, but these errors were encountered: