summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-08-16 15:10:30 +0200
committermr <mr@mrautenberg.de>2011-08-16 15:10:30 +0200
commit7ead317c7e9958f29fd5c1697aafd8f1cc1f1e93 (patch)
treeef57145a2c28a5e0b2d4c30f22546568b26722e3
parent97e7f0e0ffa690d5744886e9e0d8431d1c505e11 (diff)
fix indent
-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)