Open iizukanao opened 12 years ago
How often is this used in practice? I wonder if it would be better to just change the README & suggest writing <%- "%" + ">" %>
or setting endtag in the context object to <%-
and using <%- @endtag %>
Any news?
I need to use in this case in a rails project
<%%= image_tag("<%= @service.get('picture').x640.url %>") %%>
The document says
%%>
will result in%>
, but actually it doesn't happen. This patch fixes that behavior.