Fix FrontController tests
This commit is contained in:
parent
4aba4d5bfd
commit
419110f764
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{locale path="../i18n" domain="Alltube"}
|
||||
<!Doctype HTML>
|
||||
<html lang="{$locale->getBcp47()}">
|
||||
<html {if isset($locale)}lang="{$locale->getBcp47()}"{/if}>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue