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/870/merge
Juan Jose Pablos 2025-05-10 14:03:04 +02:00 committed by Bastien Wirtz
parent abb0cf84bb
commit 105937d438
1 changed files with 1 additions and 1 deletions

View File

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