From cf416513210fd7b05804eba1b5f9837b82b78cdf Mon Sep 17 00:00:00 2001 From: danpros Date: Tue, 2 Jan 2024 22:48:14 +0700 Subject: [PATCH] Update functions.php --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }