rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216

This commit is contained in:
Chris Rebert 2013-10-23 23:41:17 -07:00
parent 0d122fc323
commit 54cd0f8c2f
6 changed files with 36 additions and 35 deletions

View file

@ -119,7 +119,7 @@
<div class="page-header">
<h1>Thumbnails</h1>
</div>
<img data-src="holder.js/200x200" src="data:image/png;base64," class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera">
<img data-src="holder.js/200x200" class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera">