• The label message field needs parsing improvement. Escaping and encoding is fine for storage but display it should spit out the HTML as expected, instead breaks get added as string “\n” and “\t” on both front-end and back. Double quotes get encoded to “"” and never reverted back.

    I would love to see the message be pasted correctly where tabs “\t” are either removed or enforced and newlines “\n” are actually new lines ( or nl2br() ). Quotes should be re-encoded for display ( front-end and back ) and escaped for sanitization purposes. This makes creating informational links in side informational label messages very difficult.

The topic ‘Label Message Formatting Needs Improvement’ is closed to new replies.