Skip to content

Commit

Permalink
fix(textarea): added closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 9, 2018
1 parent eba0c82 commit 135ba50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2 class="title">Form</h2>
</div>
<div class="field">
<label for="textarea_field">Textarea</label>
<textarea id="textarea_field" class="textarea">
<textarea id="textarea_field" class="textarea"></textarea>
</div>
</section>

Expand Down

0 comments on commit 135ba50

Please sign in to comment.