Fixed a whitespace issue
This commit is contained in:
parent
f297be56e9
commit
38bdb5f504
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ $Id$
|
||||||
<div class="cbi-map-descr"><%=self.description%></div>
|
<div class="cbi-map-descr"><%=self.description%></div>
|
||||||
<%- if self._apply then -%><code><%:cbi_applying%>:
|
<%- if self._apply then -%><code><%:cbi_applying%>:
|
||||||
|
|
||||||
<%
|
<%
|
||||||
local fp = self._apply()
|
local fp = self._apply()
|
||||||
self._apply = nil
|
self._apply = nil
|
||||||
local line = fp:read()
|
local line = fp:read()
|
||||||
while line do
|
while line do
|
||||||
write(line)
|
write(line.."\n")
|
||||||
line = fp:read()
|
line = fp:read()
|
||||||
end
|
end
|
||||||
fp:close()
|
fp:close()
|
||||||
|
|
Loading…
Reference in a new issue