1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 13:05:44 +02:00

[ticket/11957] Viewport meta for install_update_diff

PHPBB3-11957
This commit is contained in:
Vjacheslav Trushkin 2013-10-24 19:26:49 +03:00
parent afa71cc15b
commit b3140f58a0

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