ASCIIwwdc / asciiwwdc.com

Searchable full-text transcripts of WWDC sessions
https://asciiwwdc.com
MIT License
555 stars 43 forks source link

Fixed escaping for `@query`. #30

Closed capnslipp closed 8 years ago

capnslipp commented 8 years ago

Fixed heavy-handed early escaping of @query, and ensured all usages of it (HTML header text, HTML form field value, DB query, & JSON output) are being properly escaped.

Fixes ASCIIwwdc/asciiwwdc.com#29

natecook1000 commented 8 years ago

Thanks again for this, too, @capnslipp! 🎉

Fixes #29