@@ -60,7 +60,7 @@ |
||
60 | 60 | |
61 | 61 | // Additionally retrieve type values based on provided og:type (http://ogp.me/#types) |
62 | 62 | if (isset($results['type'])) { |
63 | - $nodes = $this->article()->getDoc()->find('meta[property^="' . $results['type'] .':"]'); |
|
63 | + $nodes = $this->article()->getDoc()->find('meta[property^="'.$results['type'].':"]'); |
|
64 | 64 | |
65 | 65 | foreach ($nodes as $node) { |
66 | 66 | $property = explode(':', $node->attr('property')); |