diff options
Diffstat (limited to 'tests/components.html')
-rw-r--r-- | tests/components.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/components.html b/tests/components.html index 75469035..c1c3380f 100644 --- a/tests/components.html +++ b/tests/components.html @@ -152,7 +152,7 @@ <!-- Abbreviations --> <h2 id="type-abbreviations">Abbreviations</h2> - + <h3>Basic abbreviation</h3> <div class="bs-example"> <p>An abbreviation of the word attribute is <abbr title="attribute">attr</abbr>.</p> @@ -2708,7 +2708,7 @@ <a class="btn btn-lg btn-danger" data-toggle="popover" title="" data-content="And here's some amazing content. It's very engaging. right?" data-original-title="A Title">Click to toggle popover</a> </div> </div> - + </div> @@ -2725,7 +2725,7 @@ menuHTML = Mustache.render(menuTemplate, data.themes); $('body').append(menuHTML); - + $('#menu').change(function(){ var $theme = $('#menu :selected'), theme = $theme.text(), |