In the "Edit File" function of CPanel's "File Manager", the contents of the file are being dumped inside the textarea form field without escaping the HTML special characters:
& = &
< = &lt;
> = &gt;
" = &quot;
What happens is that when a file that's being edited has the tag </textarea>, the browser mistakingly closes the textarea, and the file's contents and the page's HTML code get mixed up.
-Dario



LinkBack URL
About LinkBacks
Reply With Quote




