No Code Attached Yet
avatar peterhulst
peterhulst
29 Sep 2025

In plugins\content\pagebreak\tmpl\toc.php the line <?php echo $listItem->title; ?> is missing the function htmlspecialchars.
It should be modified to: <?php echo htmlspecialchars($listItem->title); ?>

In Joomla 5 and 6.

avatar peterhulst peterhulst - open - 29 Sep 2025
avatar peterhulst peterhulst - change - 29 Sep 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 29 Sep 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Sep 2025
avatar peterhulst
peterhulst - comment - 29 Sep 2025

missing in previous report:

echo $listItem->title; should be: echo htmlspecialchars($listItem->title);


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46184.
avatar richard67 richard67 - change - 29 Sep 2025
The description was changed
avatar richard67 richard67 - edited - 29 Sep 2025
avatar richard67
richard67 - comment - 29 Sep 2025

@peterhulst I've allowed myself to edit the description and add the missing tick marks ` to quote code.

Add a Comment

Login with GitHub to post a comment