diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-07-08 22:54:26 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-07-08 22:54:26 +0200 |
commit | 01097a24b50a6ffa0662740bbf418399ed5623f2 (patch) | |
tree | 243924516f0af98657026b19fb90b8a6edcda5cf /tests | |
parent | 2fbfb0e00436acc090a55e1739cf8bdd3b5c4497 (diff) | |
parent | f576f42b4d3c607aee6b30154502adfed79301fb (diff) | |
download | forums-01097a24b50a6ffa0662740bbf418399ed5623f2.tar forums-01097a24b50a6ffa0662740bbf418399ed5623f2.tar.gz forums-01097a24b50a6ffa0662740bbf418399ed5623f2.tar.bz2 forums-01097a24b50a6ffa0662740bbf418399ed5623f2.tar.xz forums-01097a24b50a6ffa0662740bbf418399ed5623f2.zip |
Merge branch '3.1.x'
Conflicts:
tests/template/template_includecss_test.php
Diffstat (limited to 'tests')
-rw-r--r-- | tests/template/template_includecss_test.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/template/template_includecss_test.php b/tests/template/template_includecss_test.php index 062fc9493b..ea851e3568 100644 --- a/tests/template/template_includecss_test.php +++ b/tests/template/template_includecss_test.php @@ -95,19 +95,19 @@ class phpbb_template_template_includecss_test extends phpbb_template_template_te */ array( array('TEST' => 1), - '<link href="tests/template/templates/child_only.css?assets_version=1" rel="stylesheet" type="text/css" media="screen, projection" />', + '<link href="tests/template/templates/child_only.css?assets_version=1" rel="stylesheet" type="text/css" media="screen" />', ), array( array('TEST' => 2), - '<link href="tests/template/parent_templates/parent_only.css?assets_version=1" rel="stylesheet" type="text/css" media="screen, projection" />', + '<link href="tests/template/parent_templates/parent_only.css?assets_version=1" rel="stylesheet" type="text/css" media="screen" />', ), array( array('TEST' => 3), - '<link href="tests/template/ext/include/css/styles/all/theme/test.css?assets_version=1" rel="stylesheet" type="text/css" media="screen, projection" />', + '<link href="tests/template//ext/include/css/styles/all/theme/test.css?assets_version=1" rel="stylesheet" type="text/css" media="screen" />', ), array( array('TEST' => 4), - '<link href="tests/template/ext/include/css/styles/all/theme/child_only.css?assets_version=1" rel="stylesheet" type="text/css" media="screen, projection" />', + '<link href=tests/template/ext/include/css/styles/all/theme/child_only.css?assets_version=1" rel="stylesheet" type="text/css" media="screen" />', ), ); } |