projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d6051d
)
Mark sanitized text as HTML safe
author
Tom Hughes
<tom@compton.nu>
Tue, 15 Nov 2011 09:58:10 +0000
(09:58 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 15 Nov 2011 09:58:10 +0000
(09:58 +0000)
app/helpers/application_helper.rb
patch
|
blob
|
history
diff --git
a/app/helpers/application_helper.rb
b/app/helpers/application_helper.rb
index b77ac87215351fac98b7198179db05d9c4003e9d..c4395317e06b2738fd8aedfaa937b5ae5d0c7fdf 100644
(file)
--- a/
app/helpers/application_helper.rb
+++ b/
app/helpers/application_helper.rb
@@
-2,7
+2,7
@@
module ApplicationHelper
require 'rexml/document'
def sanitize(text)
- Sanitize.clean(text, Sanitize::Config::OSM)
+ Sanitize.clean(text, Sanitize::Config::OSM)
.html_safe
end
def htmlize(text)