Currently the content submitted by a reserver can contain any characters they input. This might break all CSV exports as a user may submit multiple characters that are generally used for delimiting (,, ;, |, and so on).
Also the code changes some characters to entities which may contain delimiter characters.
Currently the content submitted by a reserver can contain any characters they input. This might break all CSV exports as a user may submit multiple characters that are generally used for delimiting (
,
,;
,|
, and so on).Also the code changes some characters to entities which may contain delimiter characters.