Hi Albert.
I felt bad that you put out a new beta w/o any input from me. Works well tho.
I'm seeing an issue where syntax highlighting is stopping in my script section (at the end of the body) when it finds > in a quote. I believe this issue exists in older versions as well.
example:
<script type="text/javascript">
function displayMessage(){showMsg('This is a long message sent to a procedure<br />that displays it using html');}
</script>
I don't get a Tidy error, but the syntax gray background ends at the end of "<br />" before the "t" in "that". If I use "\n", older browsers don't show the new line.



