projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f297be5
)
Fixed a whitespace issue
author
Steven Barth
<steven@midlink.org>
Sat, 6 Sep 2008 16:09:58 +0000
(16:09 +0000)
committer
Steven Barth
<steven@midlink.org>
Sat, 6 Sep 2008 16:09:58 +0000
(16:09 +0000)
libs/cbi/luasrc/view/cbi/map.htm
patch
|
blob
|
history
diff --git
a/libs/cbi/luasrc/view/cbi/map.htm
b/libs/cbi/luasrc/view/cbi/map.htm
index e61f8543ab8bf258e04ea92db1660e24911b505e..1238b6adb03982dc156876029b979da4c9fe1f0e 100644
(file)
--- a/
libs/cbi/luasrc/view/cbi/map.htm
+++ b/
libs/cbi/luasrc/view/cbi/map.htm
@@
-18,12
+18,12
@@
$Id$
<div class="cbi-map-descr"><%=self.description%></div>
<%- if self._apply then -%><code><%:cbi_applying%>:
-
<%
+<%
local fp = self._apply()
self._apply = nil
local line = fp:read()
while line do
- write(line)
+ write(line
.."\n"
)
line = fp:read()
end
fp:close()