app/controllers/application.rb in parlement-0.6 vs app/controllers/application.rb in parlement-0.7

- old
+ new

@@ -7,10 +7,10 @@ include LoginEngine model :user before_filter :set_charset after_filter :fix_unicode_for_safari - after_filter :compress_output + after_filter OutputCompressionFilter # automatically and transparently fixes utf-8 bug # with Safari when using xmlhttp def fix_unicode_for_safari if @headers["Content-Type"] == "text/html; charset=utf-8" and