ZF-3638: Zend_View_Helper_HeadLink::appendStylesheet() media parameter should be allowed to be an array
Description
The media-attributes in -tags might be a comma-separated list. It is possible to specify them but it would be easier to pass array('screen', 'projection') instead of 'screen, projection'.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-12-10T17:14:29.000+0000
Assigning to Jon Whitcraft
Posted by Jon Whitcraft (sidhighwind) on 2008-12-11T19:09:27.000+0000
This was fixed with r13184