spelling: strict

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:16:24 -04:00
parent f9fbadbbe2
commit af7a5fe77d

View File

@@ -77,7 +77,7 @@
document.getElementsByTagName('body')[0].appendChild(div); document.getElementsByTagName('body')[0].appendChild(div);
} }
mermaid.initialize({ startOnLoad: true, securityLevel: 'strct', logLevel: 1 }); mermaid.initialize({ startOnLoad: true, securityLevel: 'strict_', logLevel: 1 });
</script> </script>
</body> </body>
</html> </html>