RH's HTML Editor Changing < to <
I typed this code to call a Javascript from one of two possible locations:
<script
src="feedback_script.js" language=javascript type="text/javascript" style="x-condition: Online;"
</script>
<script
src="../feedback_script.js" language=javascript type="text/javascript"
style="x-condition: Online;"</script>
However on the first call, RH changes it to the following once I click out of HTML or navigate away from the topic:
<script
src="feedback_script.js" language=javascript type="text/javascript" style="x-condition: Online;"
</script>
<script
src="../feedback_script.js" language=javascript type="text/javascript"
style="x-condition: Online;"</script>
Notice that the closing tag, </script>, has been replaced as </script>.
This breaks the calling statement. Anywone know why RH is doing this and how to make my code "stick"? ![]()
Thanks,
Jared Hess
RH 7.0.3.001
Win32 Vista
HTMl Help Output
