The matches on support_reference_autocomplete are being run through check_plain twice, causing them to look ugly in the autocomplete list.

Comments

bdragon’s picture

Status: Active » Fixed

Fixed in D7.
http://drupalcode.org/project/support.git/commit/e3767b9f42a1af7b850c253...
http://drupalcode.org/project/support.git/commit/0a3e8cb14a6326a1f756097...

This is NOT for backport to Drupal 6, the code in Drupal 6 uses a different method of handling the autocomplete that does NOT double escape, so backporting this would create an XSS problem.

Status: Fixed » Closed (fixed)

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