bugfix in rss-feed (htmlspecialchars)

main
fuzzykitten 2025-04-26 15:52:35 -04:00
parent df79afce6c
commit e70bb8acf1
1 changed files with 1 additions and 0 deletions

View File

@ -862,6 +862,7 @@ function print_rss_all($db, $settings, $page)
$org_id = "{$row[2]}";
$sub = "{$row[3]}";
$text = "{$row[4]}";
$text = htmlspecialchars($text);
$timestamp = "{$row[5]}";
$name = "{$row[6]}";
$move_message = "{$row[7]}";