From d4eb231a35c23a5fdb36fd6220b5ab706e7528ba Mon Sep 17 00:00:00 2001 From: mguetlein Date: Mon, 14 Feb 2011 17:48:26 +0100 Subject: read from subjectcookie, fix read feature_type --- lib/overwrite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/overwrite.rb') diff --git a/lib/overwrite.rb b/lib/overwrite.rb index 7b53122..29a2860 100644 --- a/lib/overwrite.rb +++ b/lib/overwrite.rb @@ -45,7 +45,7 @@ class Sinatra::Base response['Content-Type'] = "application/rdf+xml" halt code,task.to_rdfxml when /yaml/ - response['Content-Type'] = "application/rdf+xml" + response['Content-Type'] = "application/x-yaml" halt code,task.to_yaml # PENDING differs from task-webservice when /html/ response['Content-Type'] = "text/html" -- cgit v1.2.3