diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 21:58:34 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 21:58:34 +0000 |
commit | d90388af1a2870e9bd477ab2bcaf6bc8d334e85b (patch) | |
tree | 12ff980630339b706a5da998cc461e153dbe706f | |
parent | afbf97a311a284cc9b0ce625ac614d41a203a540 (diff) | |
download | mgatres-d90388af1a2870e9bd477ab2bcaf6bc8d334e85b.tar mgatres-d90388af1a2870e9bd477ab2bcaf6bc8d334e85b.tar.gz mgatres-d90388af1a2870e9bd477ab2bcaf6bc8d334e85b.tar.bz2 mgatres-d90388af1a2870e9bd477ab2bcaf6bc8d334e85b.tar.xz mgatres-d90388af1a2870e9bd477ab2bcaf6bc8d334e85b.zip |
Remove empty line at the top of donations.rss
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8546 5b7c3c08-40e5-403b-9995-ace06908e4af
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | tmpl/donations.rss | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- remove empty line at the top of donations.rss + Version 0.7 - add total donations to index.json diff --git a/tmpl/donations.rss b/tmpl/donations.rss index cadfe27..50885c2 100644 --- a/tmpl/donations.rss +++ b/tmpl/donations.rss @@ -1,4 +1,4 @@ -[%- USE date %] +[%- USE date -%] <?xml version="1.0"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |