ZF-7164: Error at 60.4.1.9 section - HeadStyle helper
Description
There is a typing error in the 60.4.1.9 section's first note:
Use HeadLink to link CSS files
HeadLink should be used to create elements for including external stylesheets. HeadScript is used when you wish to define your stylesheets inline.
It should be:
Use HeadLink to link CSS files
HeadLink should be used to create elements for including external stylesheets. HeadStyle is used when you wish to define your stylesheets inline.
Comments
Posted by Mickael Perraud (mikaelkael) on 2009-06-30T12:04:06.000+0000
Fixed with SVN 16375