summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--chrony-config-html.lsp2
-rw-r--r--chrony-details-html.lsp2
-rw-r--r--chrony-keyfile-html.lsp2
-rw-r--r--chrony-model.lua4
5 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ce34e33..b6b9286 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ APP_DIST=\
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST)
+DISTFILES=$(APP_DIST) $(EXTRA_DIST)
TAR=tar
diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp
index 2fdd23b..9cd679b 100644
--- a/chrony-config-html.lsp
+++ b/chrony-config-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary, page_info, session = ...
+<% local form, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
%>
diff --git a/chrony-details-html.lsp b/chrony-details-html.lsp
index 47d4997..12d172a 100644
--- a/chrony-details-html.lsp
+++ b/chrony-details-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary = ...
+<% local data, viewlibrary = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
diff --git a/chrony-keyfile-html.lsp b/chrony-keyfile-html.lsp
index 8ae41fc..16c8c5f 100644
--- a/chrony-keyfile-html.lsp
+++ b/chrony-keyfile-html.lsp
@@ -7,7 +7,7 @@
<%
local header_level = htmlviewfunctions.displaysectionstart(form.value.status, page_info)
htmlviewfunctions.displayitem(form.value.status)
- if form.value.status.errtxt then
+ if form.value.status.errtxt then
htmlviewfunctions.displayitem(cfe({type="form", value={redir=cfe({ type="hidden", value=page_info.orig_action })}, label="", option="Enable", action="enablekeyfile" }), page_info, 0)
end
htmlviewfunctions.displaysectionend(header_level)
diff --git a/chrony-model.lua b/chrony-model.lua
index 12f82f4..5df47c9 100644
--- a/chrony-model.lua
+++ b/chrony-model.lua
@@ -138,7 +138,7 @@ function mymodule.get_config()
end
end
end
-
+
return cfe({ type="group", value=output, label="Chrony Config" })
end
@@ -248,5 +248,5 @@ function mymodule.get_logfile(self, clientdata)
end
return retval
end
-
+
return mymodule