diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 17:48:11 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 17:48:11 -0700 |
| commit | 715e924217003446661ed0e6ff62a0a64ea8a510 (patch) | |
| tree | 9f796687318f7203d2bd82325960c5190385a306 /_includes | |
| parent | 4876a3a7162ea2be8b1c316fde1039d22a6b64d3 (diff) | |
| parent | f4bb660974699f4336d22385e104347f6bd4dce0 (diff) | |
| download | bootstrap-715e924217003446661ed0e6ff62a0a64ea8a510.tar.xz bootstrap-715e924217003446661ed0e6ff62a0a64ea8a510.zip | |
Merge pull request #9399 from twbs/make-docs-html-more-valid
Make docs HTML more valid
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/social-buttons.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/social-buttons.html b/_includes/social-buttons.html index 11695ca1b..89a24123e 100644 --- a/_includes/social-buttons.html +++ b/_includes/social-buttons.html @@ -1,10 +1,10 @@ <div class="bs-social"> <ul class="bs-social-buttons"> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" title="Star on GitHub"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe> </li> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102" height="20" title="Fork on GitHub"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></iframe> </li> <li class="follow-btn"> <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a> |
