diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 14:47:17 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 14:47:17 +0000 |
commit | 6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8 (patch) | |
tree | a766a4e30e546946a91fcc476efd9f159e239ef9 /interfaces-read-html.lsp | |
parent | 747f16f8d9ca8f15fd78bd5071355c819f2b14c9 (diff) | |
download | acf-alpine-baselayout-6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8.tar.bz2 acf-alpine-baselayout-6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8.tar.xz |
Remove trailing whitespace
Diffstat (limited to 'interfaces-read-html.lsp')
-rw-r--r-- | interfaces-read-html.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp index de51424..8420674 100644 --- a/interfaces-read-html.lsp +++ b/interfaces-read-html.lsp @@ -1,4 +1,4 @@ -<% local view, viewlibrary, page_info, session = ... +<% local view, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> @@ -10,7 +10,7 @@ html = require("acf.html") <%= string.gsub(html.html_escape(tostring(option.value)), "\n", "<br/>") %> <% if option.errtxt then io.write("<br/>"..html.html_escape(option.errtxt)) end %> </td></tr> - <% end %> + <% end %> <% end %> <% htmlviewfunctions.displaycommandresults({"update", "delete", "ifup", "ifdown", "restart"}, session) %> @@ -46,8 +46,8 @@ end %> end %> </td></tr> <% end %> - - <% + + <% showoption(interface.family) if interface.method then showoption(interface.method) end for name,option in pairs(interface) do |