Problem/Motivation

The pattern allow the insertion of HTML between tokes. This render well in the autocomplete and when clicked it gets stripped to be displayed without the markup within the input field.
On form load though, the references display the unredered markup

Steps to reproduce

- create a reference pattern with html
- go to a form using that pattern (with existing entries)
- observe the unrendered markup

Proposed resolution

Strip the HTML when the form is rendering

Remaining tasks

None

User interface changes

Improved (described above)

API changes

None

Data model changes

None

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

elgandoz created an issue. See original summary.

elgandoz’s picture