summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--mdadm-details-html.lsp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8ad55fc..e3a6b4b 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/mdadm-details-html.lsp b/mdadm-details-html.lsp
index 831e9f3..78c5234 100644
--- a/mdadm-details-html.lsp
+++ b/mdadm-details-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary, page_info, session = ...
+<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>