mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge branch '3.1.x'
Conflicts: tests/template/template_includecss_test.php
This commit is contained in:
@@ -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" />')
|
||||
;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user