diff --git a/.eleventy.js b/.eleventy.js
index 3eabd905..25f8c61f 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -27,10 +27,10 @@ module.exports = function(config) {
if (existingDefinition) {
return `${subTermData.text}`;
+ )}">${subTermData.text}`;
}
- return `${subTermData.text}`;
+ return `${subTermData.text}`;
});
// just a debug filter to lazily inspect the content of anything in a template
diff --git a/11ty/_includes/components/table-of-content-item.njk b/11ty/_includes/components/table-of-content-item.njk
index 6359c1e6..f9136784 100644
--- a/11ty/_includes/components/table-of-content-item.njk
+++ b/11ty/_includes/components/table-of-content-item.njk
@@ -7,7 +7,7 @@
{{ definition.data.flag.text }}
{% endif %}
{%- if definition.data.sub_terms -%}
-
+
{% for term in definition.data.sub_terms %}
-
-