diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | tmpl/userindex.txt | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 -%] |