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;