You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This snippet is incorrectly. I believe line 3 ending in the word do is causing the problem, even though the element opens with <%# which make erb ignore the contents of the element.
<h1>Contact Us</h1>
<%# This comment ends with the word do %>
<section>
</section>
The text was updated successfully, but these errors were encountered:
This snippet is incorrectly. I believe line 3 ending in the word do is causing the problem, even though the element opens with
<%#
which make erb ignore the contents of the element.The text was updated successfully, but these errors were encountered: