aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorMax Pen <max-pen@users.phpbb.com>2015-08-30 12:54:16 +0200
committerZoddo <zoddo.ino@gmail.com>2015-08-30 22:02:39 +0200
commit96521767f8db215e36e7a00264dd491fc5816caa (patch)
tree43f2822bba59321858377ebaee8acf17102c51c1 /phpBB/styles/prosilver/template/overall_header.html
parentbfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2 (diff)
downloadforums-96521767f8db215e36e7a00264dd491fc5816caa.tar
forums-96521767f8db215e36e7a00264dd491fc5816caa.tar.gz
forums-96521767f8db215e36e7a00264dd491fc5816caa.tar.bz2
forums-96521767f8db215e36e7a00264dd491fc5816caa.tar.xz
forums-96521767f8db215e36e7a00264dd491fc5816caa.zip
[ticket/13992] Fix HTML5 error from w3.org validator
PHPBB3-13992
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 45f8eaa1c9..ff3a6c4100 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -46,7 +46,7 @@
<!-- ENDIF -->
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
-<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px), all and (max-device-width: 700px)">
+<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px)">
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">