Engine: Avoid applying debug spans inside `javascript_tag` blocks by kozy4324 · Pull Request #953 · marcoroth/herb
This pull request fixes #952. javascript_tag blocks were still receiving debug spans when debug mode was enabled, even though raw <script> tags were already excluded. This caused JavaScript c...