I just upgraded to Snow Leopard and now I'm having this weird issue. Has anybody seen this issue? Ruby comments in the html are causing weird issues. for exmaple:
<!-- /app/views/convs/_conv_detail_wiki.rhtml -->
<% # Prereq: conv,
# seed %>
<% # NOTE: you can implicit pass @keywords to this partial for highlighting purposes %>
<div id="<%= conv.dom_id(seed) %>" class="<%= conv.to_css %>">
I have this code at the top of one of my partials.
This gets rendered:
<!-- /app/views/convs/_conv_detail_wiki.rhtml -->
wiki-2236-7937" class="k-conv-root k-wiki-item">
Any ideas?