diff options
Diffstat (limited to 'demos/tabs/collapsible.html')
-rw-r--r-- | demos/tabs/collapsible.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html index 00eb42d42..3b058186f 100644 --- a/demos/tabs/collapsible.html +++ b/demos/tabs/collapsible.html @@ -40,15 +40,16 @@ </div><!-- End demo --> - - <div class="demo-description"> -<p>This example allows the tab strip to be toggled closed by setting the delectable option to true like this: <pre>deselectable: true</pre></p> - -</div><!-- End demo-description --> +<p> +This example allows the tab strip to be toggled closed by setting the delectable option to true like this: +</p> +<pre><code>deselectable: true +</code></pre> +</div><!-- End demo-description --> </body> </html> |