Fixed a whitespace issue
authorSteven Barth <steven@midlink.org>
Sat, 6 Sep 2008 16:09:58 +0000 (16:09 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 6 Sep 2008 16:09:58 +0000 (16:09 +0000)
libs/cbi/luasrc/view/cbi/map.htm

index e61f854..1238b6a 100644 (file)
@@ -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()