Browse Source

added an id (input) to the div inside the form element which contains the input field and its label

master
T. Meissner 11 years ago
parent
commit
50a022365a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.html

+ 1
- 1
index.html View File

@ -10,7 +10,7 @@
<body> <body>
<form action="" method="get" id="search-form"> <form action="" method="get" id="search-form">
<div class="section">
<div id="input" class="section">
<label for="q">Haltestelle</label> <label for="q">Haltestelle</label>
<input type="search" id="q" name="q" required placeholder="Haltestelle eingeben" value="Bischofsweg"> <input type="search" id="q" name="q" required placeholder="Haltestelle eingeben" value="Bischofsweg">
</div> </div>


Loading…
Cancel
Save