simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Count links break if SQL query contains double quotes #31

Closed simonw closed 3 years ago

simonw commented 3 years ago

The double quotes get turned into HTML entities and those contain a semicolon which causes an error message to be shown.