[dokuwiki] Re: Rewrite on Windows

Otto Vainio wrote:

I inserter a line
      $id = str_replace('%3B',';',$id); //keep as semicolon

and now the links are shown with ; instead of %3B. I don't know what else this may cause.

I did:

if($ue){
    $id = urlencode($id);
    $id = str_replace('%3A',':',$id); //keep as colon
    $id = str_replace('%2F','/',$id); //keep as slash
    $id = str_replace('%3B',';',$id); //keep as semicolon
  }

I still get bert%3Bdocs, in Firefox, IE and Opera in Windows XP.

--
bert garcia
    __O
  _-\<,_
 (_)/ (_)
http://hcgtv.com http://nupusi.com

--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: