summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--lighttpd-listfiles-html.lsp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 52ec409..a561cc5 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/lighttpd-listfiles-html.lsp b/lighttpd-listfiles-html.lsp
index b58e51e..96bb898 100644
--- a/lighttpd-listfiles-html.lsp
+++ b/lighttpd-listfiles-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")
%>