mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +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();
|
||||
|
||||
if(null !== $name) $attr['name'] = $name;
|
||||
if(null !== $name) $attr['property'] = $name;
|
||||
if(null !== $content) $attr['content'] = $content;
|
||||
if(!empty($extended))
|
||||
{
|
||||
|
Reference in New Issue
Block a user