From bc9b1c96bb3cb90a499794f2759ed3fcb4cfa240 Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Mon, 16 Oct 2017 15:16:23 +0800 Subject: [PATCH] More compact summary --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 19785d4..2ac5237 100755 --- a/index.php +++ b/index.php @@ -112,7 +112,7 @@ } } - $out .= "SUMMARY:${temp_max}|${temp_min}° {$precipitation}mm {$wind_max}km\r\n"; + $out .= "SUMMARY:${temp_max}|${temp_min}°{$precipitation}|{$wind_max}\r\n"; $out .= "TRANSP:OPAQUE\r\n";