From 1c3e577797ae4f4cbee5befe013ef1370c2f6de2 Mon Sep 17 00:00:00 2001 From: martinhaas <> Date: Fri, 21 Dec 2007 16:19:05 +0000 Subject: [PATCH] typo in ks300.php git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@129 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- webfrontend/pgm3/include/ks300.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webfrontend/pgm3/include/ks300.php b/webfrontend/pgm3/include/ks300.php index 407baa906..7efa4e619 100755 --- a/webfrontend/pgm3/include/ks300.php +++ b/webfrontend/pgm3/include/ks300.php @@ -222,7 +222,7 @@ $avgmonth=$_GET['avgmonth']; { $dp = sprintf("%3.1f", dewpoint($tvalue,$hvalue)); $fontsize=9; - $text=$dp." °C" + $text=$dp." °C"; ImageTTFText ($im, $fontsize, 0, 350, 35, $bg1p, $fontttfb, $text); $txtcolor=$orange; $fontsize=7;