It was a very simple fix - just needed the java script to escape the +
nk4um
Embedding a "plus" sign in the forum
| Poster | Content |
|---|---|
|
nk4um Moderator
Posts: 755
|
|
|
nk4um Moderator
Posts: 755
|
Randy - that''s a bug in the javascript for the AJAX preview of the forum entry. The encoding of the plus gets turned into
a space because it uses the URL encoded built into JS. It needs some corner case code. But actually its only the preview
that sees the space - if you look atyour entry you''ll see the + - just like this one.
P PS Probably a very simple fix just no time to look at it. THe source code is provided with NK if you fancy exploring it. |
|
nk4um Administrator
Posts: 158
|
I would like to embed the "+" (plus sign) in a forum entry.
As you can see (above) it is not appearing. What is the escaping mechanism? Randy |