Embedding a "plus" sign in the forum

Poster Content
nk4um Moderator
Posts: 755
March 26, 2008 15:44+ + + Fixed + + +
It was a very simple fix - just needed the java script to escape the +
nk4um Moderator
Posts: 755
March 16, 2008 20:06AJAX only bug
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
March 16, 2008 12:50Embedding a "plus" sign in the forum
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