mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Admin UI response - meta tags cleanup problem
This commit is contained in:
parent
9abb841faf
commit
0162658ea5
@ -695,7 +695,7 @@ class e_admin_response
|
||||
$meta = '_' . $meta;
|
||||
if(isset($this->{$meta}) && !empty($content))
|
||||
{
|
||||
$this->{$meta}[] = $tp->toAttribute(strip_tags($content));
|
||||
$this->{$meta}[] = strip_tags($content);
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user