typo in ks300.php
git-svn-id: https://svn.fhem.de/fhem/trunk@129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -222,7 +222,7 @@ $avgmonth=$_GET['avgmonth'];
|
|||||||
{
|
{
|
||||||
$dp = sprintf("%3.1f", dewpoint($tvalue,$hvalue));
|
$dp = sprintf("%3.1f", dewpoint($tvalue,$hvalue));
|
||||||
$fontsize=9;
|
$fontsize=9;
|
||||||
$text=$dp." °C"
|
$text=$dp." °C";
|
||||||
ImageTTFText ($im, $fontsize, 0, 350, 35, $bg1p, $fontttfb, $text);
|
ImageTTFText ($im, $fontsize, 0, 350, 35, $bg1p, $fontttfb, $text);
|
||||||
$txtcolor=$orange;
|
$txtcolor=$orange;
|
||||||
$fontsize=7;
|
$fontsize=7;
|
||||||
|
|||||||
Reference in New Issue
Block a user