summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/parser/xhtml.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index fbdd8ada6..957dd992b 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -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 ) {