URLs with spaces become malformed.
Brought to you by:
turnermm
When an Link is added in the fckgeditor to a wiki page, that contains spaces (%20), the spaces (%20) gets transformed to %252520 and the link does not work because of this transformation.
I use the lastest version of fckglite (fckgLite-02.03.10-Mar_01-15_11.tgz)
Best Regards,
Matthias
The %25 represents the percent sign and %2520 = %20. So if you are entering a url into the link tool then you should use the space character and not %20.
I tried your suggestion but it still does not work. Even if I enter the URL with a space instead of %20, I receive %2520 as resulting replacement.
Original URL: "www.test.com/URL with Spaces/"
Resulting URL: "http://www.test.com/URL%2520with%2520Spaces/"
I used the latest version of fckgLite (Apr_08_16_39)
You can enter these directly into the page, using native Dokuwiki syntax:
[[http://abc.com?id=efg xyz]]