summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--awall-listpolicies-html.lsp2
-rw-r--r--awall-model.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ac6d099..44d3c87 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/awall-listpolicies-html.lsp b/awall-listpolicies-html.lsp
index 9ff065a..a532d57 100644
--- a/awall-listpolicies-html.lsp
+++ b/awall-listpolicies-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary, page_info, session = ...
+<% local form, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
diff --git a/awall-model.lua b/awall-model.lua
index 7921468..879b15f 100644
--- a/awall-model.lua
+++ b/awall-model.lua
@@ -76,7 +76,7 @@ function mymodule.get_startstop(self, clientdata)
return cfe({ type="group", label="Management", value={}, option=actions })
end
-function mymodule.startstop_service(self, startstop, action)
+function mymodule.startstop_service(self, startstop, action)
if not action then
startstop.errtxt = "Invalid Action"
else