mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Issue #89 meta tags now using 'property' instead of 'name'
This commit is contained in:
@@ -3912,7 +3912,7 @@ class eResponse
|
|||||||
|
|
||||||
$attr = array();
|
$attr = array();
|
||||||
|
|
||||||
if(null !== $name) $attr['name'] = $name;
|
if(null !== $name) $attr['property'] = $name;
|
||||||
if(null !== $content) $attr['content'] = $content;
|
if(null !== $content) $attr['content'] = $content;
|
||||||
if(!empty($extended))
|
if(!empty($extended))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user