You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Márton Salomváry (JIRA)" <ji...@apache.org> on 2009/06/08 19:04:07 UTC

[jira] Created: (SHINDIG-1085) stylesheets with different media attribute shouldn't be merged

stylesheets with different media attribute shouldn't be merged
--------------------------------------------------------------

                 Key: SHINDIG-1085
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1085
             Project: Shindig
          Issue Type: Bug
          Components: Java
    Affects Versions: trunk
            Reporter: Márton Salomváry
            Priority: Minor


Eg. HTMLContentRewriter shouldn't concatenate these:
<link rel="stylesheet" media="print" href="..."/> 
<link rel="stylesheet" media="screen" href="..."/> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.