typo in ks300.php

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas
2007-12-21 16:19:05 +00:00
parent ae14cf6eab
commit 016a7be89a

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;