ZF-5839: JQuery Improvement for correct <link> tags
Description
I think it would be an improvement if ZenX_JQuery would write the stylesheets with help of the view helpers headlink().
But as far as i know, it would be an improvement if: * rel="Stylesheet" would be rel="stylesheet" * media="screen" should be added to the sheet
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-02-19T09:36:49.000+0000
Applied both improvements, merged back into 1.7 release branch.