From 421cbe75fa1bfbd4bc271bf233ede15836de760d Mon Sep 17 00:00:00 2001 From: Jacob Fenton Date: Mon, 1 Apr 2024 10:15:55 -0500 Subject: Put closing brackets in the correct place. --- src/tour.gleam | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/tour.gleam b/src/tour.gleam index 3f0ec4a..5dc662d 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -663,12 +663,12 @@ fn lesson_page_render(lesson: Lesson) -> String { navlink("Next", lesson.next), ]), ]), - ]), - h("section", [#("id", "right")], [ - h("section", [#("id", "editor")], [ - h("div", [#("id", "editor-target")], []), + h("section", [#("id", "right")], [ + h("section", [#("id", "editor")], [ + h("div", [#("id", "editor-target")], []), + ]), + h("aside", [#("id", "output")], []), ]), - h("aside", [#("id", "output")], []), ]), ], scripts: ScriptConfig( -- cgit v1.2.3