minor typo in ks300.php, config.php

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@128 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas
2007-12-21 15:34:00 +00:00
parent a5b86722a0
commit 4e31a17728
2 changed files with 4 additions and 4 deletions

View File

@@ -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;