Add lang to html
This commit is contained in:
parent
ed0e598876
commit
c85524163b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<html lang="<%= I18n.locale %>">
|
||||
<head>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue