Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.8
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM
-
Labels:
Description
Presently, if you attempt to do a word replacement and enter HTML of some sort (eg. a link), CiviCRM escapes the characters.
Since word replacements is only ever accessed from the backend, I think it is safe to disable this escaping.
The attached patch disables HTML escaping for the 'new' field, and also enables support in isSkippedField() for recognising indexed files, eg. new[1], new[2], new[3], etc. This latter modification was required in this instance.