[wfrog] r887 committed - Correct bug: Current pressure reading in main.html alsays has a zero a...

0 views
Skip to first unread message

wf...@googlecode.com

unread,
Feb 18, 2012, 12:51:50 PM2/18/12
to wfrog-a...@googlegroups.com
Revision: 887
Author: jordi.p...@gmail.com
Date: Sat Feb 18 09:50:49 2012
Log: Correct bug: Current pressure reading in main.html alsays has a
zero at the first decimal place.
Bug and patch reported by eclu...@frontier.com

http://code.google.com/p/wfrog/source/detail?r=887

Modified:
/trunk/wfrender/templates/default/main.html

=======================================
--- /trunk/wfrender/templates/default/main.html Mon Feb 6 23:31:21 2012
+++ /trunk/wfrender/templates/default/main.html Sat Feb 18 09:50:49 2012
@@ -365,7 +365,7 @@
<div class="leftCell">
<span class="symbol"></span> <span class="bigger" ><span
class="value">$rnd($current.temp1,
1)</span>&deg;</span>$unitstr('temp',$units.temp)<br>
Humidity <span class="value">$rnd($current.hum1)</span> %
<br>
- Pressure <span class="value">$rnd($current.press)</span>
$unitstr('press',$units.press)
+ Pressure <span class="value">$rnd($current.press,
1)</span> $unitstr('press',$units.press)
</div>
<div class="leftCell leftpad rightAlign">
<span class="bigger">&#8962; &nbsp;</span><br>

Reply all
Reply to author
Forward
0 new messages