Skip to content

Instantly share code, notes, and snippets.

@aseemk
Created May 11, 2011 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aseemk/966242 to your computer and use it in GitHub Desktop.
Save aseemk/966242 to your computer and use it in GitHub Desktop.
Eco comments ending in colons
<h1>Comments ending in colons</h1>
<% # This comment ends in a colon: %>
<p>
That shouldn't be a problem for Eco! But it is. ;)
</p>
_print _safe '<h1>Comments ending in colons</h1>\n\n'
# This comment ends in a colon
_print _safe '\n<p>\n That shouldn\'t be a problem for Eco! But it is. ;)\n</p>\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment