I recently added HTML Title to my Drupal system.
I also use the Disqus module.
I noticed that HTML tags were being translated to html special characters when a node title that contained tags was being submitted to Disqus and subsequently displayed in my 'recent comments' block (see screenshot for a better explanation).

Here is a proposed patch that seems to fix this issue (all I added was the strip_tags functions inside the check_plain function).

Comments

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 8492680 on 7.x-1.x, 8.x-1.x by RobLoach:
    Issue #1990100 by telegraph, RobLoach: Add support for HTML tags in the...