Hi,

 

What rails version are you using?  Try using rails version 2.3.5.  The rails guys introduced some weird HTML escaping bugs in version 2.3.6.


Ah, that seemed to fix it, thanks.

 

Added this to environment.rb

RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION

  --mtraven (Not signed in).....Wed Jul 28 18:41:22 -0700 2010


yeah I should have put that in master as soon as we saw that rails bug. Just pushed it there. Thanks!

  --Ethan McCutchen.....Thu Jul 29 12:16:08 -0700 2010