Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
whitespace in data attribute docs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Feb 23, 2012
1 parent 92331ce commit 710d0eb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/api/data-attributes.html
@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html class="ui-mobile-rendering">
<!DOCTYPE html>
<html class="ui-mobile-rendering">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Data Attribute Reference</title>
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Data Attribute Reference</title>
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>

<script src="../../js/jquery.js"></script>
<script src="../../docs/_assets/js/jqm-docs.js"></script>
<script src="../../js/"></script>

</head>
<body>
</head>
<body>

<div data-role="page" class="type-interior">

Expand Down Expand Up @@ -434,7 +434,7 @@ <h2><a href="../forms/selects/">Select</a></h2>
<tr>
<th>data-theme</th>
<td>swatch letter (a-z) - Added to the form element</td>
</tr>
</tr>
</table>
<p>Multiple selects can be wrapped in a fieldset with a <code>data-role="controlgroup"</code> attribute for a vertically grouped set. Add the <code>data-type="horizontal"</code> attribute for the selects to sit side-by-side.</p>

Expand Down Expand Up @@ -480,7 +480,7 @@ <h2><a href="../forms/textinputs/">Text input &amp; Textarea</a></h2>
</tr>
</table>

</div><!--/content -->
</div><!--/content -->

<div class="content-secondary">

Expand All @@ -498,7 +498,7 @@ <h3>More in this section</h3>
<li><a href="../../docs/api/themes.html">Theme framework</a></li>
</ul>
</div>
</div>
</div>

</div><!-- /content -->

Expand All @@ -509,4 +509,4 @@ <h3>More in this section</h3>
</div><!-- /page -->

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

0 comments on commit 710d0eb

Please sign in to comment.