]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
_includes/social-buttons.html: escape ampersands in URLs to fix HTML validation error 9394/head
authorChris Rebert <code@rebertia.com>
Mon, 12 Aug 2013 21:30:28 +0000 (14:30 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 12 Aug 2013 21:30:28 +0000 (14:30 -0700)
_includes/social-buttons.html

index b52cac2f6ba1300db85ea69528420561537c9fdf..cd4d921ea2fc7dfd032282010196f6761823db08 100644 (file)
@@ -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="100px" height="20px" title="Star on GitHub"></iframe>
+      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&amp;repo=bootstrap&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px" 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="102px" height="20px" title="Fork on GitHub"></iframe>
+      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&amp;repo=bootstrap&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px" 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>