Github user klopfdreh commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/226#discussion_r131109389
  
    --- Diff: 
wicket-core/src/main/java/org/apache/wicket/markup/head/CssHeaderItem.java ---
    @@ -169,6 +171,39 @@ public static CssReferenceHeaderItem 
forReference(ResourceReference reference,
        }
     
        /**
    +    * Creates a {@link CssReferenceHeaderItem} for the given reference.
    +    *
    +    * <strong>Warning</strong>: the conditional comments don't work when 
injected dynamically with
    --- End diff --
    
    I just copied the constructor and added the rel parameter. Thats the reason 
why it is applied there, too. I would just keep it to be backward compatible - 
the arguments are all Strings, so I have to add a new one behind. 😞 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to