1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Admin UI response - meta tags cleanup problem

This commit is contained in:
secretr
2010-02-08 16:50:28 +00:00
parent 9abb841faf
commit 0162658ea5

View File

@@ -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;
} }