From 5b13245ce2f7dbe117d13b5050346478bf55cc4b Mon Sep 17 00:00:00 2001 From: Mark Tully Date: Thu, 11 Jul 2024 00:36:30 +0100 Subject: [PATCH] entityshape-34 Use unordered lists rather than spans and
--- script.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/script.js b/script.js index 02eb3b2..8512673 100644 --- a/script.js +++ b/script.js @@ -182,9 +182,9 @@ } function entityschema_process_combined_properties(properties) { - let required_html = ''; - let optional_html = ''; - let absent_html = ''; + let required_html = '"; + optional_html += ""; absent_html += ""; html = required_html + optional_html + absent_html + ''; return html;