]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
per the docs - use <a> instead of <button>
authorTom Pietschker <tom.pietschker@acmetechnologygroup.com>
Tue, 27 Aug 2013 13:45:38 +0000 (09:45 -0400)
committerTom Pietschker <tom.pietschker@acmetechnologygroup.com>
Tue, 27 Aug 2013 13:45:38 +0000 (09:45 -0400)
components.html

index 6273276473568e6c2c4ba71d86f52b702c982236..c0cd05346e0e836d08c939e14555b6501504f9c6 100644 (file)
@@ -558,9 +558,9 @@ base_url: "../"
 
     <div class="bs-example">
       <div class="btn-group btn-group-justified">
-        <button type="button" class="btn btn-default">Left</button>
-        <button type="button" class="btn btn-default">Middle</button>
-        <button type="button" class="btn btn-default">Right</button>
+        <a class="btn btn-default">Left</a>
+        <a class="btn btn-default">Middle</a>
+        <a class="btn btn-default">Right</a>
       </div>
     </div>
 {% highlight html %}