Set the users language on the HTML tag. Fixes #1051
This commit is contained in:
parent
90c4453b58
commit
c9bec63b7d
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="<%= current_language %>">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title><%= html_title %></title>
|
||||
|
|
Loading…
Reference in New Issue