From 7e8274c3458bc8dfce35a34e59a1bae8ab09b39d Mon Sep 17 00:00:00 2001 From: cyberalien Date: Sat, 14 Mar 2015 10:00:28 +0200 Subject: [ticket/13702] Add initial-scale to viewport in page header PHPBB3-13702 --- phpBB/adm/style/install_header.html | 2 +- phpBB/adm/style/install_update_diff.html | 2 +- phpBB/adm/style/overall_header.html | 2 +- phpBB/adm/style/simple_header.html | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/install_header.html b/phpBB/adm/style/install_header.html index c818a4fc6d..6f7f129d39 100644 --- a/phpBB/adm/style/install_header.html +++ b/phpBB/adm/style/install_header.html @@ -2,7 +2,7 @@ - + {META} {PAGE_TITLE} diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html index 150ef37e0e..5f80084705 100644 --- a/phpBB/adm/style/install_update_diff.html +++ b/phpBB/adm/style/install_update_diff.html @@ -2,7 +2,7 @@ - + {META} {PAGE_TITLE} diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index f1f7eee282..ada88edff2 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -2,7 +2,7 @@ - + {META} {PAGE_TITLE} diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index d0b9bf62ed..f62a7a900e 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -2,6 +2,7 @@ + {META} {PAGE_TITLE} -- cgit v1.2.1