summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorhukl <hukl@eyelyn.local>2009-11-10 22:47:22 +0100
committerhukl <hukl@eyelyn.local>2009-11-10 22:47:22 +0100
commit7e2375dedfd8361212bc5b0055bdeb042010ffca (patch)
tree9c33c647cfbc6a39f7dd538dd23a6583adac40cb /app/helpers
parenta150d9893e85d8f0e026b926768986f744f16eee (diff)
parentde0647b6b5af45037b75c4e2ddb32d6aed752233 (diff)
Merge branch 'master' of github.com:hukl/cccms
Diffstat (limited to 'app/helpers')
-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