Started by Peter2 ·
2017-08-10 10:15 UTC ·
5 replies · SMF topic #2525
Peter2
2017-08-10 10:15 UTC
The "short help" in the editor for Text - Caption is truncated - see attachment:
fred_tomke
2017-08-10 18:37 UTC
Hi, Peter, the docu is right. I think any unknown code removes the chars at runtime.
Regards, Fred
Peter2
2017-08-10 18:43 UTC
Mabe the "&" is parsed as HTML-sequence?
fred_tomke
2017-08-10 19:18 UTC
Hm, to avoid that I always used URL encoded content. But actually it is removed. Fred
owenwengerd
2017-08-10 19:52 UTC
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.
Peter2
2017-08-11 06:54 UTC
author=owenwengerd link=topic=2525.msg12542#msg12542 date=1502394750 wrote:
... It is now fixed for the next build.
8)