diff options
| author | hukl <contact@smyck.org> | 2009-11-08 19:19:26 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-08 19:19:26 +0100 |
| commit | f696cdb88a1d3e243699f7745a44190f8ffbd3ee (patch) | |
| tree | 6a97709f5d1f98ea02fab5a70c5d425d56e77d57 /app | |
| parent | 6c2db7cc95abacb6a5a766521863f1b1f6b70440 (diff) | |
fixed typo - evil
Diffstat (limited to 'app')
| -rw-r--r-- | app/helpers/content_helper.rb | 2 |
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 | ||
