HeadLink View Helper does not allow "id" attribute
Index: HeadLink.php | |
=================================================================== | |
--- HeadLink.php (revision 22367) | |
+++ HeadLink.php (working copy) | |
@@ -40,7 +40,7 @@ | |
* | |
* @var array | |
*/ | |
- protected $_itemKeys = array('charset', 'href', 'hreflang', 'media', 'rel', 'rev', 'type', 'title', 'extras'); | |
+ protected $_itemKeys = array('id', 'charset', 'href', 'hreflang', 'media', 'rel', 'rev', 'type', 'title', 'extras'); | |
/** | |
* @var string registry key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Related Zend Framework Issue:
http://framework.zend.com/issues/browse/ZF-10345