You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix onclick handlers breaking on source names with special chars (#107)
The |tojson filter outputs JSON with double quotes, which broke HTML
attributes that also use double quotes. Added |e filter to HTML-escape
the quotes to ", allowing names like "Kodiak Area Native Association
(KANA)" to work correctly.
Fixed in:
- configure_source.html (3 showScrapeModal calls)
- partials/generated_scraper.html (1 showScrapeModal call)
- partials/source_list.html (1 openScrapeModal call)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments