Using Insertion.After

Hello there,

I’m trying to do something like this:

<% @str = date_select ‘bar’ ‘rrp’%>
+

This doesn’t really work because of nested quotes. I’ve tried parsing
@str to use HTML safe characters for the quotes, but that doesn’t seem
to work either. I would really appreciate input from anyone who has any
idea of how to solve this. Thanks!

-r