Fix FrontController tests

This commit is contained in:
Pierre Rudloff 2017-05-31 00:07:34 +02:00
parent 4aba4d5bfd
commit 419110f764
2 changed files with 5 additions and 1 deletions

View file

@ -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">