rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216
This commit is contained in:
parent
0d122fc323
commit
54cd0f8c2f
6 changed files with 36 additions and 35 deletions
|
|
@ -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">
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue