mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Admin UI response - meta tags cleanup problem
This commit is contained in:
@@ -695,7 +695,7 @@ class e_admin_response
|
|||||||
$meta = '_' . $meta;
|
$meta = '_' . $meta;
|
||||||
if(isset($this->{$meta}) && !empty($content))
|
if(isset($this->{$meta}) && !empty($content))
|
||||||
{
|
{
|
||||||
$this->{$meta}[] = $tp->toAttribute(strip_tags($content));
|
$this->{$meta}[] = strip_tags($content);
|
||||||
}
|
}
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user