2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-26 17:04:59 +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:
martinhaas 2007-12-21 16:19:05 +00:00
parent 7095924f9f
commit 9b494ef9b3

View File

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