mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
issue 2588, if stylesheet's media is 'all', not display medit attr.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12031 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5195f76039
commit
fa8e01bdb5
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<block loop="$css_files=>$key,$css_file">
|
<block loop="$css_files=>$key,$css_file">
|
||||||
<block cond="$css_file['targetie']"><!--[if {$css_file['targetie']}]></block>
|
<block cond="$css_file['targetie']"><!--[if {$css_file['targetie']}]></block>
|
||||||
<link rel="stylesheet" href="{$css_file['file']}" media="{$css_file['media']}" />
|
<link rel="stylesheet" href="{$css_file['file']}" media="{$css_file['media']}"|cond="$css_file['media'] != 'all'" />
|
||||||
<block cond="$css_file['targetie']"><![endif]--></block>
|
<block cond="$css_file['targetie']"><![endif]--></block>
|
||||||
</block>
|
</block>
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<!--@if($css_file['targetie'])-->
|
<!--@if($css_file['targetie'])-->
|
||||||
<!--[if {$css_file['targetie']}]>
|
<!--[if {$css_file['targetie']}]>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<link rel="stylesheet" href="{$css_file['file']}" media="{$css_file['media']}" />
|
<link rel="stylesheet" href="{$css_file['file']}" media="{$css_file['media']}"|cond="$css_file['media'] != 'all'" />
|
||||||
<!--@if($css_file['targetie'])-->
|
<!--@if($css_file['targetie'])-->
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue