From 9b494ef9b332ed5b1b21ecd6881a4d1675ca2070 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@129 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm3/include/ks300.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/webfrontend/pgm3/include/ks300.php b/fhem/webfrontend/pgm3/include/ks300.php index 407baa906..7efa4e619 100755 --- a/fhem/webfrontend/pgm3/include/ks300.php +++ b/fhem/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;