A litle bug with the min-humidity in the summary-module-set fixed
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@192 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
527941c79e
commit
32de24abc1
|
|
@ -1,3 +1,9 @@
|
||||||
|
weatherstation (1.0.2-1) stable; urgency=low
|
||||||
|
|
||||||
|
* A litle bug with the min-humidity in the summary-module-set fixed
|
||||||
|
|
||||||
|
-- Jan Losinski <losinski@wh2.tu-dresden.de> Thu, 2 Nov 2006 09:38:14 +0100
|
||||||
|
|
||||||
weatherstation (1.0.1-1) stable; urgency=low
|
weatherstation (1.0.1-1) stable; urgency=low
|
||||||
|
|
||||||
* Problem with negative temparatures fixed
|
* Problem with negative temparatures fixed
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<span class="mod_av">(Ø {content:fill:hum_av_value}%)</span>
|
<span class="mod_av">(Ø {content:fill:hum_av_value}%)</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mod_footer">
|
<div class="mod_footer">
|
||||||
<nobr><span class="mod_max">max: {content:fill:hum_max_val}%</span><span class="mod_min">min: {content:fill:temp_min_val}%</span></nobr>
|
<nobr><span class="mod_max">max: {content:fill:hum_max_val}%</span><span class="mod_min">min: {content:fill:hum_min_val}%</span></nobr>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<span class="mod_av">(Ø {content:fill:hum_av_value}%)</span>
|
<span class="mod_av">(Ø {content:fill:hum_av_value}%)</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mod_footer">
|
<div class="mod_footer">
|
||||||
<nobr><span class="mod_max">max: {content:fill:hum_max_val}%</span><span class="mod_min">min: {content:fill:temp_min_val}%</span></nobr>
|
<nobr><span class="mod_max">max: {content:fill:hum_max_val}%</span><span class="mod_min">min: {content:fill:hum_min_val}%</span></nobr>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue