Add lang/dir html attributes to error pages
This commit is contained in:
parent
3ba243a66a
commit
91f5a68dec
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="<%= I18n.locale %>" dir="<%= dir %>">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>OpenStreetMap</title>
|
<title>OpenStreetMap</title>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue