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:
losinshi 2006-11-10 10:21:11 +00:00
parent 527941c79e
commit 32de24abc1
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

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

View File

@ -24,7 +24,7 @@
<span class="mod_av">(&Oslash; {content:fill:hum_av_value}%)</span> <span class="mod_av">(&Oslash; {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>

View File

@ -24,7 +24,7 @@
<span class="mod_av">(&Oslash; {content:fill:hum_av_value}%)</span> <span class="mod_av">(&Oslash; {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>