Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)

Home Page:http://hobocentral.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dryml: using ERB comments inline

iox opened this issue · comments

Domizio and Kevin:

<% # this is ok %>
<some-tag/> <% # this is NOT ok %>

Workaround:

<% # this is ok %>
<some-tag/> <%# this is also ok %>

I'm going to close this issue, because although it would be nice to avoid errors in all occassions, there's a simple and effective workaround. I'll mark this issue as future_idea, so maybe we can take a look at it sometime in the future.