Set the users language on the HTML tag. Fixes #1051
This commit is contained in:
parent
cf83e274d7
commit
6fa46e5136
|
@ -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