diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-24 19:26:49 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-26 22:00:22 +0300 |
commit | b3140f58a00c9e955f0080dfc1da61296348235d (patch) | |
tree | 5f6d77e3a687ebf31c444f4e093225aea6f30435 | |
parent | afa71cc15b4cb2190f2dbb642a5aae070dba5954 (diff) | |
download | forums-b3140f58a00c9e955f0080dfc1da61296348235d.tar forums-b3140f58a00c9e955f0080dfc1da61296348235d.tar.gz forums-b3140f58a00c9e955f0080dfc1da61296348235d.tar.bz2 forums-b3140f58a00c9e955f0080dfc1da61296348235d.tar.xz forums-b3140f58a00c9e955f0080dfc1da61296348235d.zip |
[ticket/11957] Viewport meta for install_update_diff
PHPBB3-11957
-rw-r--r-- | phpBB/adm/style/install_update_diff.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html index 1f30fe4d13..1c7ebdc33f 100644 --- a/phpBB/adm/style/install_update_diff.html +++ b/phpBB/adm/style/install_update_diff.html @@ -2,6 +2,7 @@ <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="utf-8"> +<meta name="viewport" content="width=device-width" /> <!-- IF META -->{META}<!-- ENDIF --> <title>{PAGE_TITLE}</title> |