"The save.php needs to only save the file, and not
convert special characters to html codes. The
character code converting needs to only be done when
it is displayed. "
Current Behavior:
Save.php saves the file and converts all 'harmful'
characters to equivalent character codes, it then
saves the file. Later, when edited again, it does
the same thing. Replacing Ampersands (&)
with '&', which then results in long strings
of '&...' as it replaces the
ampersands.
Required Behavior:
Save.php should save the file as-is with 'harmful'
characters and text. It then should leave the
character encoding to index.php.
Fix:
None as of yet. This bug will constitute a new
version/release.
Logged In: YES
user_id=1087690
Affected line number:
save.php:16