Jeremy
in memoriam 1991-2020
The phrase describing the Value Display HTML for custom user fields, the phrase is:
That () seems unnecessary.
If not empty, this allows you to format the value of this field using HTML, allowing you to do things like link or mark up the output. You may use these placeholders: {$value} - the field's display value; {$valueUrl} - the field's display value for use in a URL, {$choice} - the underlying value of the chosen option, and {$fieldId} - the ID of this field ().
That () seems unnecessary.