mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
refactor(admin): Remove redundant dir
and lang
attributes from html tag (#2051)
This commit is contained in:
parent
dd64236da1
commit
bb992fd81b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!-- IF TPL_ADMIN_FRAMESET -->
|
||||
<!--========================================================================-->
|
||||
<!DOCTYPE html>
|
||||
<html dir="{USER_LANG_DIRECTION}" lang="{USER_LANG}">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="{CONTENT_ENCODING}">
|
||||
<link rel="shortcut icon" href="{SITE_URL}favicon.png" type="image/x-icon">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue