From 8cfbbb0090432861742f16756666ef37da41b543 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 4 Jul 2025 19:04:03 +0700 Subject: [PATCH] Update htmly.php --- system/htmly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/htmly.php b/system/htmly.php index a2ed85b..daa1580 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -382,7 +382,7 @@ get('/author/:name/feed', function ($name) { if (isset($author[0])) { $author = $author[0]; } else { - $author = default_profile($name); + $author = default_profile(safe_html(strip_tags($name))); } // Show an RSS feed