]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Merge pull request #10368 from zurb/docs/fix-tabs-copy
authorHarry Manchanda <harmanmanchanda182@gmail.com>
Fri, 7 Jul 2017 18:46:54 +0000 (00:16 +0530)
committerKevin Ball <kmball11@gmail.com>
Tue, 25 Jul 2017 00:07:32 +0000 (17:07 -0700)
Fix tabs docs copy!

docs/pages/tabs.md

index 0b885f896564a9b67fa86e344d7f557c06c5e47a..45a65494fd8506d882513012699d7c75a8ca77c8 100644 (file)
@@ -13,7 +13,7 @@ There are two pieces to a tabbed interface: the tabs themselves, and the content
 ```html
 <ul class="tabs" data-tabs id="example-tabs">
   <li class="tabs-title is-active"><a href="#panel1" aria-selected="true">Tab 1</a></li>
-  <li class="tabs-title"><a data-tabs-target="#panel2" href="#/tabs/panel2">Tab 2</a></li>
+  <li class="tabs-title"><a href="#panel2">Tab 2</a></li>
 </ul>
 ```