Do not handle extremely rare escaped states in <script>; simplify graph to show single average

This commit is contained in:
Wilson Lin 2020-01-12 17:39:23 +11:00
commit 20c59769fe
8 changed files with 120 additions and 153 deletions

View file

@ -1,5 +1,6 @@
{
"COMMENT_END": "-->",
"STYLE_END": "</style",
"SCRIPT_END": "</script",
"INSTRUCTION_END": "?>"
}