diff --git a/opt/display.php b/opt/display.php index 5c7b047..532b152 100644 --- a/opt/display.php +++ b/opt/display.php @@ -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]}";