refactor(admin): Remove redundant dir and lang attributes from html tag

This commit is contained in:
Roman Kelesidis 2025-07-18 18:03:31 +03:00
commit b33f9e1f50
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -1,7 +1,7 @@
<!-- IF TPL_ADMIN_FRAMESET --> <!-- IF TPL_ADMIN_FRAMESET -->
<!--========================================================================--> <!--========================================================================-->
<!DOCTYPE html> <!DOCTYPE html>
<html dir="{USER_LANG_DIRECTION}" lang="{USER_LANG}"> <html>
<head> <head>
<meta charset="{CONTENT_ENCODING}"> <meta charset="{CONTENT_ENCODING}">
<link rel="shortcut icon" href="{SITE_URL}favicon.png" type="image/x-icon"> <link rel="shortcut icon" href="{SITE_URL}favicon.png" type="image/x-icon">