1
0
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:
Cameron
2013-01-23 13:11:09 -08:00
parent b8e5190780
commit 47474aeedf

View File

@@ -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))
{ {