summaryrefslogtreecommitdiff
path: root/lazar.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-10 12:00:49 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-10 12:00:49 +0100
commit7e229b76a46bcb90d15eacc103da03baf6501b4c (patch)
tree491e758e6b10647efb7eb92131c5ee0d451dfb8c /lazar.rb
parent0593751c8d1de496086844f18719918a2f9abfd9 (diff)
newline added to end of uri-lists
Diffstat (limited to 'lazar.rb')
-rw-r--r--lazar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazar.rb b/lazar.rb
index 6fc95a6..64bba99 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -100,7 +100,7 @@ post '/lazar/?' do # create a model
task.pid = pid
#status 303
response['Content-Type'] = 'text/uri-list'
- task.uri
+ task.uri + "\n"
#model.uri
end