uppercase DOCTYPE

pull/5791/head
Thibault Duplessis 2019-12-19 22:04:22 -06:00
parent ddff81f500
commit 44dcfbf209
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import controllers.routes
object layout {
object bits {
val doctype = raw("<!doctype html>")
val doctype = raw("<!DOCTYPE html>")
def htmlTag(implicit lang: Lang) = html(st.lang := lang.code)
val topComment = raw("""<!-- Lichess is open source! See https://github.com/ornicar/lila -->""")
val charset = raw("""<meta charset="utf-8">""")