properly escape article link/PTITLEs (refs #472)
This commit is contained in:
@@ -503,7 +503,7 @@ class Feeds extends Handler_Protected {
|
||||
$reply['content'] .= "</div>";
|
||||
|
||||
$reply['content'] .= "<div id=\"PTITLE-FULL-$id\" style=\"display : none\">" .
|
||||
strip_tags($line['title']) . "</div>";
|
||||
htmlspecialchars(strip_tags($line['title'])) . "</div>";
|
||||
|
||||
$reply['content'] .= "<span id=\"RTITLE-$id\"
|
||||
onclick=\"return cdmClicked(event, $id);\"
|
||||
|
||||
Reference in New Issue
Block a user