Skip to content
Snippets Groups Projects
Commit f379edc2 authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

fix comment in _resolveInterWiki

parent 6496c33f
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ class Doku_Renderer extends DokuWiki_Plugin {
//default
$url = $url . rawurlencode($reference);
}
//url without slashes is handled as a pageid
//handle as wiki links
if($url{0} === ':') {
list($id, $urlparam) = explode('?', $url, 2);
$url = wl(cleanID($id), $urlparam);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment