Restaurantgids Eet.nu
Restaurantgids Eet.nu
0.9.13 works for me. .14 and .15 don't
I thouht link_to output was marked as html_safe. I have the same problem though. Solution mentioned works.
Would be nice to mention this in the readme?
I ran into this problem in a project where I was using acts-as-taggable-on. It uses constructs like this: `Tagging.create(:tag_id => new_tag.id, :context => tag_type, :taggable => self, :tagger => owner)`...