From 7e2b4bc77264556ef6d80539ac4cc9a7143327da Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:43:28 -0400 Subject: [PATCH 1/3] fix: revise nesting of list items --- 2-structure/09_family_tree.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/2-structure/09_family_tree.html b/2-structure/09_family_tree.html index 2b82001..e6e4f2b 100644 --- a/2-structure/09_family_tree.html +++ b/2-structure/09_family_tree.html @@ -7,15 +7,16 @@ Family Tree -

The Simpsons

+ <

The Simpsons

🏡 Hometown: Springfield, IL

From 6c6563b7572fd8e00f89d903aa211a10e95d7eeb Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:25:03 -0400 Subject: [PATCH 2/3] fix: move ending tag --- 2-structure/09_family_tree.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2-structure/09_family_tree.html b/2-structure/09_family_tree.html index e6e4f2b..c006450 100644 --- a/2-structure/09_family_tree.html +++ b/2-structure/09_family_tree.html @@ -10,13 +10,12 @@ <

The Simpsons

🏡 Hometown: Springfield, IL

From 961cc0f309ea1ea67ab0bb05c7d5f76987212433 Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:27:17 -0400 Subject: [PATCH 3/3] fix: remove extra carat --- 2-structure/09_family_tree.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-structure/09_family_tree.html b/2-structure/09_family_tree.html index c006450..e2b1ef8 100644 --- a/2-structure/09_family_tree.html +++ b/2-structure/09_family_tree.html @@ -7,7 +7,7 @@ Family Tree - <

The Simpsons

+

The Simpsons

🏡 Hometown: Springfield, IL