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

wikilink needs wiki target as well

parent 7c2f8eec
No related branches found
No related tags found
No related merge requests found
......@@ -702,6 +702,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
if(strpos($url,'/') === false) {
list($url, $urlparam) = explode('?', $url, 2);
$url = wl($url, $urlparam);
$link['target'] = $conf['target']['wiki'];
}
if ( !$isImage ) {
......
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