Add lang/dir html attributes to error pages

This commit is contained in:
Anton Khorev 2024-08-30 05:45:46 +03:00
parent 3ba243a66a
commit 91f5a68dec

View file

@ -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>