diff --git a/e107_handlers/application.php b/e107_handlers/application.php index c1bce11ed..2999d4956 100644 --- a/e107_handlers/application.php +++ b/e107_handlers/application.php @@ -3912,7 +3912,7 @@ class eResponse $attr = array(); - if(null !== $name) $attr['name'] = $name; + if(null !== $name) $attr['property'] = $name; if(null !== $content) $attr['content'] = $content; if(!empty($extended)) {