-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Steps to reproduce the issue
Changes to the cleanTags method in root/libraries/joomla/filter/input.php
causes issues when using:
$input->getString() method.
Some characters such as < and > are not passing anymore getting stripped out
This should be at least documented somewhere, if the getString result is now different than before.
Expected result
string>passed>ok
Actual result
stringpassedok