phpBB

Code Changes

File: phpbb/template/twig/node/includecss.php

  Unmodified   Added   Modified   Removed
Line 31Line 31
		$compiler
->raw("<link href=\"' . ")
->raw("\$asset_file . '\"")

		$compiler
->raw("<link href=\"' . ")
->raw("\$asset_file . '\"")

			->raw(' rel="stylesheet" type="text/css" media="screen, projection" />')

			->raw(' rel="stylesheet" type="text/css" media="screen" />')

		;
}
}

		;
}
}