Text - Caption - Mnemonic

Started by Peter2 · 2017-08-10 10:15 UTC · 5 replies · SMF topic #2525

The "short help" in the editor for Text - Caption is truncated - see attachment:
Attachments
Hi, Peter, the docu is right. I think any unknown code removes the chars at runtime.

Regards, Fred
Attachments
Mabe the "&" is parsed as HTML-sequence?
Hm, to avoid that I always used URL encoded content. But actually it is removed. Fred
It's a bug in the special character replacement function. The & gets converted to &, then the next iteration of the loop matches everything from the new & to the next ;. It is now fixed for the next build.
author=owenwengerd link=topic=2525.msg12542#msg12542 date=1502394750 wrote:
... It is now fixed for the next build.

8)