From 6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 10 Aug 2016 14:47:17 +0000 Subject: Remove trailing whitespace --- interfaces-read-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'interfaces-read-html.lsp') 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", "
") %> <% if option.errtxt then io.write("
"..html.html_escape(option.errtxt)) end %> - <% end %> + <% end %> <% end %> <% htmlviewfunctions.displaycommandresults({"update", "delete", "ifup", "ifdown", "restart"}, session) %> @@ -46,8 +46,8 @@ end %> end %> <% end %> - - <% + + <% showoption(interface.family) if interface.method then showoption(interface.method) end for name,option in pairs(interface) do -- cgit v1.2.3