diff --git a/samples/SocialWeather/wwwroot/weather.html b/samples/SocialWeather/wwwroot/weather.html index df28df3435..2e64cc60eb 100644 --- a/samples/SocialWeather/wwwroot/weather.html +++ b/samples/SocialWeather/wwwroot/weather.html @@ -19,6 +19,7 @@ +

Weather reports

@@ -55,7 +56,7 @@ - `; + `; } }
${report.ZipCode} ${report.Temperature}℉ ${report.Weather.match(/[A-Z][a-z]+|[0-9]+/g).join(" ")}${report.ReportTime}${new Date(report.ReportTime)}