summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/helpers/content_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/content_helper.rb b/app/helpers/content_helper.rb
index 9eb7d7e..1e56488 100644
--- a/app/helpers/content_helper.rb
+++ b/app/helpers/content_helper.rb
@@ -91,7 +91,7 @@ module ContentHelper
91 end 91 end
92 92
93 rescue 93 rescue
94 sanatize( content ) 94 sanitize( content )
95 end 95 end
96 end 96 end
97 97