diff options
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 1b1c7d6c8..3e15fa689 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -97,8 +97,8 @@ $conf['rss_linkto'] = 'diff'; //what page RSS entries link to: //Set target to use when creating links - leave empty for same window $conf['target']['wiki'] = ''; -$conf['target']['interwiki'] = '_blank'; -$conf['target']['extern'] = '_blank'; +$conf['target']['interwiki'] = ''; +$conf['target']['extern'] = ''; $conf['target']['media'] = ''; $conf['target']['windows'] = ''; |