Skip to content

Commit 2aa2f27

Browse files
committed
input type = text
1 parent c89c066 commit 2aa2f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

debugging/book-library/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ <h1>Library</h1>
3131
<div class="form-group">
3232
<label for="title">Title:</label>
3333
<input
34-
type="title"
34+
type="text"
3535
class="form-control"
3636
id="title"
3737
name="title"
3838
required
3939
/>
4040
<label for="author">Author: </label>
4141
<input
42-
type="author"
42+
type="text"
4343
class="form-control"
4444
id="author"
4545
name="author"

0 commit comments

Comments
 (0)