mynewsdesk / deprecated-translate

A Ruby on Rails plugin with a web interface for translating I18n texts
http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui
MIT License
346 stars 87 forks source link

String escaping in Rails 2.3.8 #8

Open cimm opened 14 years ago

cimm commented 14 years ago

Hi,

In Rails 2.3.8 strings are escaped as they are not HTML safe by default like before. This means your plugin shows some HTML code in the views (e.g. the JavaScript stuff). Here is a patch with the modifications to make it 2.3.8 compatible: http://gist.github.com/506258