app/controllers/presentations_controller.rb in chili_presentations-0.2.1 vs app/controllers/presentations_controller.rb in chili_presentations-0.2.2

- old
+ new

@@ -82,9 +82,10 @@ when /\.css$/ then "text/css" when /\.js$/ then "text/javascript" when /\.png$/ then "image/png" when /\.gif$/ then "image/gif" when /\.(jpeg|jpg)$/ then "image/jpeg" + when /\.svg$/ then "image/svg+xml" else "text/html" end end end