diff options
| author | Chris Rebert <[email protected]> | 2013-10-23 23:41:17 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-23 23:41:17 -0700 |
| commit | 54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72 (patch) | |
| tree | 3d5c86c4acfb1523abb5ffc673d985c27d30413d /examples/theme/index.html | |
| parent | 0d122fc3230663cadfef7474bbf54aa297334c72 (diff) | |
| download | bootstrap-54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72.tar.xz bootstrap-54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72.zip | |
rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216
Diffstat (limited to 'examples/theme/index.html')
| -rw-r--r-- | examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index bfa8efdcb..2573bb31d 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -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"> |
