Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
html lint whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swilliamset committed Jan 11, 2017
1 parent 225f442 commit 9fa050a
Show file tree
Hide file tree
Showing 37 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -12,7 +12,7 @@
<!--<link href="dist/css/fuelux.min.css" rel="stylesheet" type="text/css">-->

<!--CLIENT-SIDE LESS COMPILATION FOR WATCHER-LESS DEV-->
<link href="less/fuelux.less" rel="stylesheet/less" type="text/css"/>
<link href="less/fuelux.less" rel="stylesheet/less" type="text/css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.7.0/less.min.js"></script>
<script type="text/javascript">if(window.console && window.console.clear){ window.console.clear(); }</script>

Expand Down
2 changes: 1 addition & 1 deletion markup/checkbox-inline-no-js.html
Expand Up @@ -15,4 +15,4 @@
</label>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/checkbox-inline.html
Expand Up @@ -6,4 +6,4 @@
<input class="sr-only" type="checkbox" value=""> <span class="checkbox-label">1</span>
</label>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/checkbox-no-js.html
Expand Up @@ -15,4 +15,4 @@
</div>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/checkbox.html
Expand Up @@ -9,4 +9,4 @@
</label>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/combobox.html
Expand Up @@ -16,4 +16,4 @@
</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions markup/datepicker.html
Expand Up @@ -4,7 +4,7 @@
<body>
<div class="datepicker" data-initialize="datepicker" id="myDatepicker">
<div class="input-group">
<input class="form-control" id="myDatepickerInput" type="text"/>
<input class="form-control" id="myDatepickerInput" type="text" />
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-calendar"></span>
Expand Down Expand Up @@ -82,4 +82,4 @@ <h2 class="header">Year</h2>
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/infinite-scroll.html
Expand Up @@ -4,4 +4,4 @@
<body>
<div class="infinitescroll" id="myInfiniteScroll"></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/loader.html
Expand Up @@ -4,4 +4,4 @@
<body>
<div class="loader" data-initialize="loader" id="myLoader"></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/pillbox-with-pills.html
Expand Up @@ -48,4 +48,4 @@
</ul>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/pillbox.html
Expand Up @@ -16,4 +16,4 @@
</ul>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions markup/placard-header-footer.html
Expand Up @@ -5,11 +5,11 @@
<div class="placard" data-ellipsis="true" data-initialize="placard" id="myPlacard">
<div class="placard-popup"></div>
<div class="placard-header"><h5>Header</h5></div>
<input class="form-control placard-field" type="text"/>
<input class="form-control placard-field" type="text" />
<div class="placard-footer">
<a class="placard-cancel" href="#">Cancel</a>
<button class="btn btn-primary btn-xs placard-accept" type="button">Save</button>
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/placard.html
Expand Up @@ -7,4 +7,4 @@
<input class="form-control placard-field" type="text"/>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/radio-inline.html
Expand Up @@ -6,4 +6,4 @@
<input class="sr-only" name="radio1" type="radio" value="option1"> <span class="radio-label">1</span>
</label>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/radio-no-js.html
Expand Up @@ -14,4 +14,4 @@
</label>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/radio.html
Expand Up @@ -9,4 +9,4 @@
</label>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/repeater.html
Expand Up @@ -97,4 +97,4 @@
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/search.html
Expand Up @@ -12,4 +12,4 @@
</span>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/selectlist.html
Expand Up @@ -18,4 +18,4 @@
<input class="hidden hidden-field" name="mySelectlist" readonly="readonly" aria-hidden="true" type="text"/>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/spinbox.html
Expand Up @@ -14,4 +14,4 @@
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/tree-folders-selectable.html
Expand Up @@ -22,4 +22,4 @@
</li>
</ul>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/tree.html
Expand Up @@ -29,4 +29,4 @@
<li class="tree-loader hidden"><span role="alert">Loading...</span></li>
</ul>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion markup/wizard.html
Expand Up @@ -50,4 +50,4 @@ <h4>Send Message</h4>
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/checkbox-markup.html
Expand Up @@ -45,4 +45,4 @@

</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/combobox-markup.html
Expand Up @@ -142,4 +142,4 @@
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/datepicker-markup.html
Expand Up @@ -84,4 +84,4 @@ <h2 class="header">Year</h2>
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/infinite-scroll-markup.html
Expand Up @@ -4,4 +4,4 @@
<body>
<div id="MyInfiniteScroll" style="height: 400px; overflow-y: auto; width: 200px;"></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/loader-markup.html
Expand Up @@ -4,4 +4,4 @@
<body>
<div class="loader" data-initialize="loader"></div>
</body>
</html>
</html>
74 changes: 37 additions & 37 deletions test/markup/picker-markup.html
Expand Up @@ -4,48 +4,48 @@
<body>
<div>

<div class="picker" data-ellipsis="true" data-initialize="picker" id="picker1">
<div class="form-inline">
<div class="form-group">
<input class="form-control picker-trigger" type="text" placeholder="choose folder location"/>
<input class="btn btn-default picker-trigger" type="button" value="Choose..."/>
</div>
</div>
<div class="picker-popup">
<div class="picker-header">
<h5>Header</h5>
</div>
<div class="picker" data-ellipsis="true" data-initialize="picker" id="picker1">
<div class="form-inline">
<div class="form-group">
<input class="form-control picker-trigger" type="text" placeholder="choose folder location"/>
<input class="btn btn-default picker-trigger" type="button" value="Choose..."/>
</div>
</div>
<div class="picker-popup">
<div class="picker-header">
<h5>Header</h5>
</div>

<div class="picker-body well"></div>
<div class="picker-body well"></div>

<div class="picker-footer">
<a class="picker-cancel" href="#">Cancel</a>
<button class="btn btn-primary btn-xs picker-accept" type="button">Save</button>
</div>
</div>
</div>
<div class="picker-footer">
<a class="picker-cancel" href="#">Cancel</a>
<button class="btn btn-primary btn-xs picker-accept" type="button">Save</button>
</div>
</div>
</div>

<div class="picker" data-ellipsis="true" data-initialize="picker" id="picker2">
<div class="form-inline">
<div class="form-group">
<input class="form-control picker-trigger" type="text" placeholder="choose folder location"/>
<input class="btn btn-default picker-trigger" type="button" value="Choose..."/>
</div>
</div>
<div class="picker-popup">
<div class="picker-header">
<h5>Header</h5>
</div>
<div class="picker" data-ellipsis="true" data-initialize="picker" id="picker2">
<div class="form-inline">
<div class="form-group">
<input class="form-control picker-trigger" type="text" placeholder="choose folder location"/>
<input class="btn btn-default picker-trigger" type="button" value="Choose..."/>
</div>
</div>
<div class="picker-popup">
<div class="picker-header">
<h5>Header</h5>
</div>

<div class="picker-body well"></div>
<div class="picker-body well"></div>

<div class="picker-footer">
<a class="picker-cancel" href="#">Cancel</a>
<button class="btn btn-primary btn-xs picker-accept" type="button">Save</button>
</div>
</div>
</div>
<div class="picker-footer">
<a class="picker-cancel" href="#">Cancel</a>
<button class="btn btn-primary btn-xs picker-accept" type="button">Save</button>
</div>
</div>
</div>

</div>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions test/markup/pillbox-markup.html
Expand Up @@ -39,7 +39,7 @@
<li class="pillbox-input-wrap btn-group">
<a class="pillbox-more">and <span class="pillbox-more-count"></span> more...</a>
<input type="text" class="form-control dropdown-toggle pillbox-add-item" placeholder="add item">

<button type="button" class="dropdown-toggle sr-only">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
Expand All @@ -56,7 +56,7 @@ <h5>Empty Pillbox</h5>
<li class="pillbox-input-wrap btn-group">
<a class="pillbox-more">and <span class="pillbox-more-count"></span> more...</a>
<input type="text" class="form-control dropdown-toggle pillbox-add-item" placeholder="add item">

<button type="button" class="dropdown-toggle sr-only">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
Expand All @@ -68,4 +68,4 @@ <h5>Empty Pillbox</h5>

</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/placard-markup.html
Expand Up @@ -36,4 +36,4 @@

</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/radio-markup.html
Expand Up @@ -60,4 +60,4 @@

</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/search-markup.html
Expand Up @@ -12,4 +12,4 @@
</span>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/selectlist-markup.html
Expand Up @@ -192,4 +192,4 @@

<button type="button" class="btn btn-default" id="btnShowSelect4">show</button>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/spinbox-markup.html
Expand Up @@ -63,4 +63,4 @@

</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/tree-markup.html
Expand Up @@ -103,4 +103,4 @@
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/markup/wizard-markup.html
Expand Up @@ -151,4 +151,4 @@ <h4>Send Message</h4>

</div>
</body>
</html>
</html>

0 comments on commit 9fa050a

Please sign in to comment.