Fix newlines in IP Inventory CSV output

This commit is contained in:
Oliver Gorwits
2015-05-18 10:15:44 +01:00
parent 4d601256d7
commit 265eef28c4
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2.032005 - 2015-05-18
[BUG FIXES]
* Fix newlines in IP Inventory CSV output
2.032004 - 2015-05-17
[NEW FEATURES]

View File

@@ -8,6 +8,5 @@
[% mylist.push(row.dns) %]
[% mylist.push(row.time_last) %]
[% CSV.dump(mylist) %]
[% END %]