arthurk / django-disqus

Integrates DISQUS into Django

Home Page:http://django-disqus.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use unescape when inputting JavaScript to avoid validation issues

mikl opened this issue · comments

I had some strange validation errors on my Disqus enabled site (screenshot), and I found out that the Disqus JavaScript code was causing trouble.

I've made a fix based on how most other scripts do this, and posted it on Gistie.