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

Commit

Permalink
duplicate id
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Oct 25, 2010
1 parent 4d3020d commit 3699643
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/forms/forms-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<title>jQuery Mobile Docs - Forms</title>
<link rel="stylesheet" href="../../themes/default" />
<script type="text/javascript" src="../../js/all"></script>
<script type="text/javascript" src="../docs/docs.js"></script>
</head>
<body>

Expand All @@ -30,8 +29,8 @@ <h2>Form elements</h2>
</div>

<div data-role="fieldcontain">
<label for="name">Password:</label>
<input type="password" name="name" id="name" value="" />
<label for="password">Password:</label>
<input type="password" name="password" id="password" value="" />
</div>

<div data-role="fieldcontain">
Expand Down

0 comments on commit 3699643

Please sign in to comment.