]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Weather.pl
fixed up the formatting a bit for the ICAO URIs
[infobot.git] / src / Modules / Weather.pl
index 7cf8a94e58d8cc637eee315898bc7284b8be2a3b..573550c008bd96cebd20293c48a5cf9b91ff3a4b 100644 (file)
@@ -60,8 +60,8 @@ sub queryText {
        if (!$response->is_success) {
            if ($response->code == 404) {
                return "I can't find station code \"$station\""
-                   . " (see http://www.nws.noaa.gov/oso/site.shtml "
-                       . " or http://www.nws.noaa.gov/tg/siteloc.shtml "
+                   . " (see http://www.nws.noaa.gov/oso/site.shtml"
+                       . " or http://www.nws.noaa.gov/tg/siteloc.shtml"
                    . " for ICAO locations codes).";
            } else {
                return "Something failed in connecting to the NOAA web"