Commit b17462b
Fix JS syntax error when displaying generated scraper code (#104)
The generated Python scraper code was being inserted raw into HTML,
which could break parsing if the code contained sequences like
"</script>" or "</code>" in string literals. Added the |e (escape)
filter to properly HTML-escape the code content.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 42d3137 commit b17462b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments