##// END OF EJS Templates
Do not sanitize escaped text in NullFormatter....
Jean-Philippe Lang -
r9348:6d41de61a5e5
parent child
Show More
@@ -151,7 +151,7 module Redmine
151 t = CGI::escapeHTML(@text)
151 t = CGI::escapeHTML(@text)
152 auto_link!(t)
152 auto_link!(t)
153 auto_mailto!(t)
153 auto_mailto!(t)
154 simple_format(t)
154 simple_format(t, {}, :sanitize => false)
155 end
155 end
156 end
156 end
157
157
General Comments 0
You need to be logged in to leave comments. Login now