-
Incident report
-
Resolution: Fixed
-
Trivial
-
2.3.3
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