Closed appieschot closed 1 year ago
When generating a new project (or new tab in existing project) we use standard HTML output like:
<!DOCTYPE html><html>
This is ruled as invalid HTML by static code analysis since the lang="en" xml:lang="en" attributes are missing.
lang="en" xml:lang="en"
When generating a new project (or new tab in existing project) we use standard HTML output like:
<!DOCTYPE html><html>
This is ruled as invalid HTML by static code analysis since the
lang="en" xml:lang="en"
attributes are missing.