mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
issue 1337 if media value is empty, media value set to 'all'
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10135 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
64619489c7
commit
2cf8b285ca
1 changed files with 5 additions and 0 deletions
|
|
@ -105,6 +105,11 @@
|
|||
|
||||
if ($fileExtension == 'css')
|
||||
{
|
||||
if(empty($media))
|
||||
{
|
||||
$media = 'all';
|
||||
}
|
||||
|
||||
$key .= "\t" . $media;
|
||||
if (isset($this->cssMapIndex[$key]))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue