diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-10 20:52:10 +0200 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-11 10:42:29 +0200 |
commit | d476aefb492a4800e24e5cc31351a505128d894d (patch) | |
tree | a4239254b23612315be96d018cc035764782e442 /2/index.html | |
parent | dae18a925d1c693f88ffa6e6dd91fc88276accf7 (diff) |
Revert the validation fixes until the problem is reported and fixed upstream in gh-buttons.
Diffstat (limited to '2/index.html')
-rw-r--r-- | 2/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2/index.html b/2/index.html index 7c9c3db2..93598d02 100644 --- a/2/index.html +++ b/2/index.html @@ -91,8 +91,8 @@ <div id="social"> <span> - <iframe id="gh-fork" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px"></iframe> - <iframe id="gh-star" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> + <iframe id="gh-fork" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe> + <iframe id="gh-star" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> </span> <span> <a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">Follow @thomashpark</a> |