forked from hummypkg/webif
Remove duplicate Rendered line and simplify expression
This commit is contained in:
parent
78cebd9099
commit
b0d965e4c8
@ -110,11 +110,9 @@ puts "
|
||||
</a><br>
|
||||
"
|
||||
|
||||
set end [clock milliseconds]
|
||||
puts "<font class=footnote>
|
||||
Retrieved in: [expr {[expr {$got - $start}] / 1000.0}] seconds.
|
||||
Rendered in: [expr {[expr {$end - $start}] / 1000.0}] seconds.
|
||||
</font>"
|
||||
Retrieved in: $(($got - $start) / 1000.0) seconds.
|
||||
</font>"
|
||||
|
||||
epg cleanup
|
||||
|
||||
|
@ -343,10 +343,9 @@ Visit settings to change EPG options.
|
||||
|
||||
epg cleanup
|
||||
|
||||
set end [clock milliseconds]
|
||||
puts "<font class=footnote>
|
||||
Retrieved in: [expr {($got - $start) / 1000.0}] seconds.
|
||||
</font>"
|
||||
Retrieved in: $(($got - $start) / 1000.0) seconds.
|
||||
</font>"
|
||||
|
||||
footer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user