mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-11-01 02:46:00 +01:00
Do not force lang
hardcoding lang attribute on the html tag force to define the english language. If your user is a non english language the browser try to suggest to translate. But maybe the dashboard is already translated.
This commit is contained in:
committed by
Bastien Wirtz
parent
abb0cf84bb
commit
105937d438
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" href="assets/icons/favicon.ico" />
|
<link rel="icon" href="assets/icons/favicon.ico" />
|
||||||
|
|||||||
Reference in New Issue
Block a user