Upon upgrade from 6.x-3.0 to 6.x-3.3, HTML links made in the "Help text" for vocabulary terms at /admin/content/taxonomy/edit/vocabulary/1 are not turned into clickable links, as is the default behavior of Drupal. Rather, they get filtered or sanitized by HS and the code is displayed as plain text along with the rest of the help text.
Disabling HS fixes the issue.
Comments
Comment #1
jrstmartin commentedDid some more investigating and found that the bug was introduced in 3.2 - changed issue version.
Comment #2
wim leersThe fact that HTML links were supported in previous versions of HS was a security flaw that was fixed in version 3.2.
Comment #3
fnikola commentedHi, why is this a security flaw? All other cck fields' help, including taxonomy fields, support some HTML. Please see the module from cck/content.module.