116 117 118 119
# File 'lib/esvg.rb', line 116 def html_safe(input) input = input.html_safe if rails? input end