Last active
December 18, 2015 17:19
-
-
Save benrasmusen/5817475 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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