mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Update htmly.php
This commit is contained in:
parent
f6accb8c6c
commit
8cfbbb0090
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue