Steps to reproduce:
<script>...</script>
section, for example yandex map widget.Section <script>...</script>
will be broken.
How to fix this issue to insert <script>...</script>
section to jHtmlArea editor correctly? May be there is a plugin for this?
The editor is the following (xinha): http://xinha.webfactional.com/browser/trunk?rev=631
Thanks a lot for the help!
I don't know much about HtmlArea editor. However most editors would do the same - some manually added tags (eg script) will be treated different as they suppost to be.
What I used to do is to go to database and insert the script directly after content has been typed in in the editor. Of course, given that you have access to the database.