From 68aab39327237365b6baa67211d547e95a944a18 Mon Sep 17 00:00:00 2001 From: Jim Remsik Date: Mon, 31 Aug 2026 09:32:56 -0500 Subject: [PATCH] Fix mismatched div nesting in open-source program-support block The container's closing was inside the {{#foreach}} loop instead of after it, so any tag match beyond the first page emitted malformed unclosed-div HTML for the Program Support section. --- custom-modern-open-source.hbs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/custom-modern-open-source.hbs b/custom-modern-open-source.hbs index f017648..bf368d6 100644 --- a/custom-modern-open-source.hbs +++ b/custom-modern-open-source.hbs @@ -87,9 +87,8 @@ Donated Services Memberships Corporate Sponsorships - - {{/foreach}} - {{/get}} + {{/foreach}} + {{/get}}