mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-27 08:14:54 +00:00
typo in ks300.php
git-svn-id: https://svn.fhem.de/fhem/trunk@129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7095924f9f
commit
9b494ef9b3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user