diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-10 11:36:16 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-10 11:36:16 -0400 |
commit | 51676c063ae5b3e3f7c80779288b81666b6d8ec0 (patch) | |
tree | 1b569acdaf4d76483ec182a6ae81d56f57971043 | |
parent | 303f20e1b3c977d75047bed1a3533a180d73fab5 (diff) | |
download | jquery-ui-51676c063ae5b3e3f7c80779288b81666b6d8ec0.tar.gz jquery-ui-51676c063ae5b3e3f7c80779288b81666b6d8ec0.zip |
Demo: Missed one wrapper div.
-rw-r--r-- | demos/tabs/default.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/tabs/default.html b/demos/tabs/default.html index 03aa65c8c..b28f4068e 100644 --- a/demos/tabs/default.html +++ b/demos/tabs/default.html @@ -17,8 +17,6 @@ </head> <body> -<div class="demo"> - <div id="tabs"> <ul> <li><a href="#tabs-1">Nunc tincidunt</a></li> |