This fixes a small mistake where the "raw" status wasn't being reset once exiting the script or style tags. That means any text nodes that followed would be misinterpreted as being raw.
7 lines
No EOL
103 B
HTML
7 lines
No EOL
103 B
HTML
<div>
|
|
HTML block start
|
|
<script>
|
|
// script stuff <here>
|
|
</script>
|
|
< still in block
|
|
</div> |