From 65b9f87b0bf048785c3f415abbf68ad6fb32c4ca Mon Sep 17 00:00:00 2001 From: Shiva kumar <39256145+ShivaKodes@users.noreply.github.com> Date: Sat, 11 Feb 2023 17:04:56 +0530 Subject: [PATCH] fix(curriculum): remove attributes from Building a registration Form (#49334) fix #49301-removed name attributes from seed code on step 41 --- .../60fad1cafcde010995e15306.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60fad1cafcde010995e15306.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60fad1cafcde010995e15306.md index 0f68b139a27..ec598b5f119 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60fad1cafcde010995e15306.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60fad1cafcde010995e15306.md @@ -103,23 +103,23 @@ You should not give any of the `fieldset` elements a `name` attribute.