Browse Source

Adjust order of <title> (#2871)

Alec Rust 3 years ago
parent
commit
ebec2cde24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/templates/includes/title.html

+ 1 - 1
web/templates/includes/title.html

@@ -1,2 +1,2 @@
 <meta charset="utf-8">
 <meta charset="utf-8">
-<title><?=htmlentities($_SERVER['HTTP_HOST']); ?> - <?=_($TAB)?> - <?=_('Hestia Control Panel');?></title>
+<title><?=_($TAB)?> - <?=htmlentities($_SERVER['HTTP_HOST']); ?> - <?=_('Hestia Control Panel');?></title>