1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Meta work - done.

This commit is contained in:
CaMer0n
2012-05-11 10:30:30 +00:00
parent f92cd53c39
commit 64571fb92e
2 changed files with 3 additions and 2 deletions

View File

@@ -3698,8 +3698,9 @@ class eResponse
*/
public function renderMeta()
{
$this->_meta = array_unique($this->_meta);
$attrData = '';
foreach ($this->_meta as $attr)
{
$attrData .= '<meta';