From 0c986ff5ed45edfe77c3160c64f5f8e5a2fa6100 Mon Sep 17 00:00:00 2001 From: Ema Zyka Date: Thu, 12 Apr 2018 11:15:02 +0300 Subject: [PATCH] Update label closing tags Added missing slash in label closing tags. --- src/v2/cookbook/form-validation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/v2/cookbook/form-validation.md b/src/v2/cookbook/form-validation.md index 87caae8c8b..c525dd5a81 100644 --- a/src/v2/cookbook/form-validation.md +++ b/src/v2/cookbook/form-validation.md @@ -21,17 +21,17 @@ Given a form of three fields, make two required. Let's look at the HTML first:
- Name + Name
- Age + Age
- Favorite Movie + Favorite Movie Star Wars Vanilla Sky @@ -93,17 +93,17 @@ For the second example, the second text field (age) was switched to email which
- Email + Email
- Favorite Movie + Favorite Movie Star Wars Vanilla Sky