diff --git a/index.html b/index.html index 08c4744..09e28fd 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ const splText = template.replace('FULL-NUMERIC-YEAR', fullNumericYear).replace('YOUR-REAL-NAME-OR-ORG', name); // Set the body content to the generated SPL text - document.body.innerHTML = `
${splText}
`; + document.body.innerText = `${splText}`; }) .catch(error => console.error('Error fetching SPL template:', error)); }