It looks like dokka html docs are missing the `<!D...
# dokka
d
It looks like dokka html docs are missing the
<!DOCTYPE html>
tag, which is required for browsers to use standard mode for rendering documents. Is this just a mistake or does dokka intentionally use quirks mode? If this is a bug, should I open an issue/pull request for it?
👍 1
i
If it's indeed missing, feel free to open an issue/PR for it 🙂 I believe the fix should be here: https://github.com/Kotlin/dokka/blob/4339c1525ae4179ad6511d192c43a6b0b737bf9d/plugins/base/src/main/kotlin/renderers/html/HtmlRenderer.kt#L780
Warning: if you wanted to contribute, please wait a little. This part will be moved to templates after this PR gets merged, and it already has
DOCTYPE html
set
d
It looks like that pr already fixes it by including it in the template. Hopefully the templates will lead to more customisation possibilities!