summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 2f231f7..640f3c9 100644
--- a/application.rb
+++ b/application.rb
@@ -163,7 +163,7 @@ get '/:id' do
response['Content-Type'] = 'application/x-yaml'
File.read(@yaml_file)
- when /html/
+ when /html/
response['Content-Type'] = 'text/html'
OpenTox.text_to_html File.read(@yaml_file)