- Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
On all Scala 3 versions (currently up to 3.2.2), the scaladoc pages are missing the <!DOCTYPE html>
This forces browsers to render it in quirks mode
This was working fine on Scala 2.
SethTisue