Update htmly.php

This commit is contained in:
Dan 2025-07-04 19:04:03 +07:00
commit 8cfbbb0090

View file

@ -382,7 +382,7 @@ get('/author/:name/feed', function ($name) {
if (isset($author[0])) { if (isset($author[0])) {
$author = $author[0]; $author = $author[0];
} else { } else {
$author = default_profile($name); $author = default_profile(safe_html(strip_tags($name)));
} }
// Show an RSS feed // Show an RSS feed