aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--tmpl/userindex.txt2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9951139..1ac7d66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+
+- tmpl/userindex.txt: remove empty line at end of file
+
Version 0.4
- fix Makefile to also install txt template files
diff --git a/tmpl/userindex.txt b/tmpl/userindex.txt
index 54eb705..2fd3a58 100644
--- a/tmpl/userindex.txt
+++ b/tmpl/userindex.txt
@@ -1,3 +1,3 @@
[% FOREACH user IN users -%]
[% user.value.uid.0 %]:[% user.value.cn.0 %]
-[% END %]
+[% END -%]