From 7ead317c7e9958f29fd5c1697aafd8f1cc1f1e93 Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 16 Aug 2011 15:10:30 +0200 Subject: fix indent --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3