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
Juan Jose Pablos 2025-05-10 14:03:04 +02:00 committed by GitHub
parent 517de68e74
commit 0581b4cd0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="assets/icons/favicon.ico" />