mirror of https://github.com/bastienwirtz/homer
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.pull/932/head
parent
517de68e74
commit
0581b4cd0f
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue