Details
Description
In the helper class HeadMeta a switch looks for lowercase options, but becomes some uppercase chars.
===================================================================
--- HeadMeta.php (revision 9)
+++ HeadMeta.php (working copy)
@@ -78,7 +78,7 @@
if ((null !== $content) && (null !== $keyValue)) {
$item = $this->createData($keyType, $keyValue, $content, $modifiers);
$action = strtolower($placement);
- switch ($placement) {
+ switch ($action) {
case 'append':
case 'prepend':
case 'set':
This has been fixed in SVN with r12019