From 0e536b0ada2ad4c0c4ffb669b923e3bf412d482b Mon Sep 17 00:00:00 2001 From: th3byrdm4n Date: Fri, 7 Feb 2014 12:22:36 -1000 Subject: [PATCH] Removed repeated IDs in Kitchen Sink demo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Tabs in Accordion demo’s first panel was sharing IDs with the tabs demo --- .../kitchen/examples_kitchen_accordion.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/includes/kitchen/examples_kitchen_accordion.html b/doc/includes/kitchen/examples_kitchen_accordion.html index b0aee2ed7..7555bf537 100644 --- a/doc/includes/kitchen/examples_kitchen_accordion.html +++ b/doc/includes/kitchen/examples_kitchen_accordion.html @@ -3,22 +3,22 @@ Accordion 1
-
Tab 1
-
Tab 2
-
Tab 3
-
Tab 4
+
Tab 1
+
Tab 2
+
Tab 3
+
Tab 4
-
+

First panel content goes here...

-
+

Second panel content goes here...

-
+

Third panel content goes here...

-
+

Fourth panel content goes here...

-- 2.47.2