Fixed duplicate IDs

there was 3 instances of id="text"
This commit is contained in:
Joel Miller
2015-03-20 21:08:11 +00:00
parent 7856bae2a3
commit 8a1c7b6906

View File

@@ -53,7 +53,7 @@
</nav>
<main role="main">
<section id="text">
<section id="textSection">
<header><h1>Text</h1></header>
<article id="text__headings">
@@ -347,8 +347,8 @@ p q r s t u v w x y z { | } ~ </pre>
<input id="search" type="search" placeholder="Enter Search Term">
</p>
<p>
<label for="text">Number Input <abbr title="Required">*</abbr></label>
<input id="text" type="number" placeholder="Enter a Number" pattern="[0-9]*">
<label for="text2">Number Input <abbr title="Required">*</abbr></label>
<input id="text2" type="number" placeholder="Enter a Number" pattern="[0-9]*">
</p>
<p>
<label for="textarea">Textarea</label>