Fixed a whitespace issue
[project/luci.git] / 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()