]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix tabs docs copy! 10368/head
authorharry <harmanmanchanda182@gmail.com>
Fri, 7 Jul 2017 18:40:04 +0000 (00:10 +0530)
committerharry <harmanmanchanda182@gmail.com>
Fri, 7 Jul 2017 18:40:04 +0000 (00:10 +0530)
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>
 ```