bugfix in rss-feed (htmlspecialchars)
parent
df79afce6c
commit
e70bb8acf1
|
@ -862,6 +862,7 @@ function print_rss_all($db, $settings, $page)
|
||||||
$org_id = "{$row[2]}";
|
$org_id = "{$row[2]}";
|
||||||
$sub = "{$row[3]}";
|
$sub = "{$row[3]}";
|
||||||
$text = "{$row[4]}";
|
$text = "{$row[4]}";
|
||||||
|
$text = htmlspecialchars($text);
|
||||||
$timestamp = "{$row[5]}";
|
$timestamp = "{$row[5]}";
|
||||||
$name = "{$row[6]}";
|
$name = "{$row[6]}";
|
||||||
$move_message = "{$row[7]}";
|
$move_message = "{$row[7]}";
|
||||||
|
|
Loading…
Reference in New Issue