diff options
| author | Luke Bratch <luke@bratch.co.uk> | 2020-02-04 13:13:21 +0000 | 
|---|---|---|
| committer | Luke Bratch <luke@bratch.co.uk> | 2020-02-04 13:13:21 +0000 | 
| commit | 8cedbdd893c88e0fec75f6694752791e3994bcba (patch) | |
| tree | 2de7e22a157d132b961b8659cf7cf3a9ff4a352c | |
| parent | 50f793bfd8bbdf4212fc85144b1e85b65dd13415 (diff) | |
Jersey Met no longer lists Visibility or Sea State on the first page.
| -rw-r--r-- | index.php | 8 | 
1 files changed, 3 insertions, 5 deletions
| @@ -91,9 +91,7 @@ if (!$nightmode) {    echo "<strong>Min:</strong> $temp[0], <strong>Cur:</strong> $temp[1]<br><br>\n";  }  echo "<strong>Summary:</strong> $misc[0]<br><br>\n"; -echo "<strong>Visibility:</strong> $misc[1]<br><br>\n"; -echo "<strong>Wind:</strong> $misc[2]<br><br>\n"; -echo "<strong>Sea state:</strong> $misc[3]</p>\n\n"; +echo "<strong>Wind:</strong> $misc[1]<br><br>\n";  echo "<h2>Tomorrow</h2>\n\n";  echo "<p><em>$valid[1]</em><br><br>\n"; @@ -102,8 +100,8 @@ if (!$nightmode) {  } else {    echo "<strong>Max</strong>: $temp[2], <strong>Min</strong>: $temp[3]<br><br>\n";  } -echo "<strong>Summary:</strong> $misc[4]<br><br>\n"; -echo "<strong>Wind:</strong> $misc[5]</p>"; +echo "<strong>Summary:</strong> $misc[2]<br><br>\n"; +echo "<strong>Wind:</strong> $misc[3]</p>";  ?> | 
