Status: offline

buddilla

Forum User
Newbie
Registered: 01/31/04
Posts: 9
When using 's in links other selection it causes a backslash
that keeps backslashing the backslash after each link is added
ie. Dj's
would result in
Dj\\'s
after another link is added under the same link.
Dj\\\\'s
Would be the resualt
i understand the need for as php would need this for
an escape such as how unix needs this for spaces in
file names. Such as
sudo rm -rf text\\ with\\ space.txt
is there a way to fix this other then leaving out the " ' "