summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/index.php b/index.php
index 049a656..b17f96d 100644
--- a/index.php
+++ b/index.php
@@ -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>";
?>