Fix for primitive browser like FB Android
This commit is contained in:
parent
245aab5708
commit
eed092d872
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||||
<title><?=h($pageTitle)?></title>
|
<title><?=h($pageTitle)?></title>
|
||||||
<?php include __DIR__ . '/_pwa_head.php'; ?>
|
<?php include __DIR__ . '/_pwa_head.php'; ?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue