summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.rb b/fs.rb
index 490e34e..1f621ba 100644
--- a/fs.rb
+++ b/fs.rb
@@ -38,7 +38,7 @@ get "/fs/rfe/?" do
when /text\/html/
content_type "text/html"
OpenTox.text_to_html algorithm.to_yaml
- when /application\/x-yaml/
+ when /yaml/
content_type "application/x-yaml"
algorithm.to_yaml
else