From b744177907173800d77cfb84e04392ba9850f91f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 2 Mar 2006 14:43:06 +0100 Subject: no default targets Using the target attribute is considered bad practice. This patch removes the default targets from dokuwiki.conf and fixes the footer.html of the default template accordingly darcs-hash:20060302134306-6e07b-cae2e54472687abb50f7cb97bd6c479b7c7d97d7.gz --- conf/dokuwiki.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/dokuwiki.php') 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'] = ''; -- cgit v1.2.3