We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87241b commit 914407aCopy full SHA for 914407a
src/htmldiff.coffee
@@ -22,7 +22,7 @@ html_to_tokens = (html)->
22
when 'script'
23
if is_end_of_tag char
24
current_word += '>'
25
- end = current_word.substr current_word.length - 8
+ end = current_word.substr current_word.length - 9
26
if end is '</script>'
27
words.push current_word
28
current_word = ''
0 commit comments