Skip to content

Instantly share code, notes, and snippets.

@chelmertz
Created July 28, 2011 20:15
Show Gist options
  • Save chelmertz/1112441 to your computer and use it in GitHub Desktop.
Save chelmertz/1112441 to your computer and use it in GitHub Desktop.
// imho, a shorter method of escaping should co-exist with the short open tags, since most "echoed" stuff ends up being served as html
<?: "<script>" ?>
//should become
&lt;script&gt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment