Closed (fixed)
Project:
Support Ticketing System
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
6 Oct 2011 at 14:16 UTC
Updated:
20 Oct 2011 at 14:30 UTC
The matches on support_reference_autocomplete are being run through check_plain twice, causing them to look ugly in the autocomplete list.
Comments
Comment #1
bdragon commentedFixed 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.