Skip to content

Instantly share code, notes, and snippets.

@benrasmusen
Last active December 18, 2015 17:19
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 benrasmusen/5817475 to your computer and use it in GitHub Desktop.
Save benrasmusen/5817475 to your computer and use it in GitHub Desktop.
<!-- Missing the beginning of the image tag "<img": -->
<a href="http://www.burnanenergyjournal.com/"> src="http://ens-newswire.com/wp-content/uploads/2013/06/BURN-Grid-Ad11.jpg" width="728" height="90" /></a>
<!-- Should be: -->
<a href="http://www.burnanenergyjournal.com/"><img src="http://ens-newswire.com/wp-content/uploads/2013/06/BURN-Grid-Ad11.jpg" width="728" height="90" /></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment