diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-12 15:19:11 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-12 15:19:11 +0000 |
commit | 611c89d50cbd94a1b56f6344c59f6145c10a9e77 (patch) | |
tree | 31e7df22be3670b0586797d010d819c04a528384 | |
parent | 48aaa696ae7d63554c7c2e85b00e150a6fcb0f4a (diff) | |
download | mgapeople-611c89d50cbd94a1b56f6344c59f6145c10a9e77.tar mgapeople-611c89d50cbd94a1b56f6344c59f6145c10a9e77.tar.gz mgapeople-611c89d50cbd94a1b56f6344c59f6145c10a9e77.tar.bz2 mgapeople-611c89d50cbd94a1b56f6344c59f6145c10a9e77.tar.xz mgapeople-611c89d50cbd94a1b56f6344c59f6145c10a9e77.zip |
tmpl/userindex.txt: remove empty line at end of file
-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 -%] |