Saving html entities in a textarea
Posted: Tue Sep 26, 2006 5:23 pm
I created my own file manager for quick file editing, but I run into problems with html entities
If I put something like < into a file and save it, then reopen it in the textarea, it will display as < instead of <
Why does the textarea do that and is there some sort of code snippet I could you to change it so it doesn't occur anymore?
If I put something like < into a file and save it, then reopen it in the textarea, it will display as < instead of <
Why does the textarea do that and is there some sort of code snippet I could you to change it so it doesn't occur anymore?