diff --git a/system/includes/functions.php b/system/includes/functions.php index 05582b0..8489859 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1101,7 +1101,7 @@ function get_author($name) $author->title = $author->name; - $author->description = $author->about; + $author->description = strip_tags($author->about); $tmp[] = $author; }