Subject: | HTML Strip misunderstands mathematical comparisons in script tags |
Hello
Everything after the "< Shoveler...." in the following text gets removed
(in other words the word "hello" never appears:
///snip///
<script>
function shovelerMain (detectBuyBox) {
for (var i = 0; i < Shoveler.Instances.length; i++) {
...
</script>
<h>hello</h>
///snip///
Appears that HTML::Strip doesn't worry that < chars are mathematical
rather than tag starts when they appear inside <script> tags.
Cheers
w