-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 2.3.3
-
Component/s: Frontend (F)
defines.inc.php contains the following constants:
define('SBR', "<br/>\n");
define('SPACE', ' ');
define('RARR', '⇒');
define('SQUAREBRACKETS', '%5B%5D');
These symbols shouldn't be written as constants. SQUAREBRACKETS, SBR and RARR will be rewritten as literal symbols but SPACE will be deprecated