diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-09 17:50:11 +0200 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-11 10:42:28 +0200 |
commit | fbba315082ba6d272797dcdfd46940e19b1be9e3 (patch) | |
tree | 816f587c0c030a763d63f63febd3fdf167db16c4 /tests | |
parent | 43d01493a65dddcb03d154966bc565204cfba5c4 (diff) |
Trim trailing spaces and convert tabs to spaces.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 6 | ||||
-rw-r--r-- | tests/thumbnail.html | 4 |
2 files changed, 5 insertions, 5 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(), diff --git a/tests/thumbnail.html b/tests/thumbnail.html index 008fb329..52f57218 100644 --- a/tests/thumbnail.html +++ b/tests/thumbnail.html @@ -95,10 +95,10 @@ $.get("http://api.bootswatch.com/3/", function (data) { var menuTemplate = "<div id='menu' style='position:fixed;top:10px;right:10px;'><select>{{#.}}<option data-description='{{description}}'>{{name}}</option>{{/.}}</select></div>", - menuHTML = Mustache.render(menuTemplate, data.themes); + menuHTML = Mustache.render(menuTemplate, data.themes); $('body').append(menuHTML); - + $('#menu').change(function(){ var theme = $('#menu :selected'); $('#theme').text(theme.text()); |