1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13995] Remove deprecated projection media type

PHPBB3-13995
This commit is contained in:
Matt Friedman
2015-07-07 20:09:01 -07:00
parent 60b4d5132f
commit 498a516017
7 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ class includecss extends \phpbb\template\twig\node\includeasset
$compiler
->raw("<link href=\"' . ")
->raw("\$asset_file . '\"")
->raw(' rel="stylesheet" type="text/css" media="screen, projection" />')
->raw(' rel="stylesheet" type="text/css" media="screen" />')
;
}
}