diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2006-03-02 14:43:06 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2006-03-02 14:43:06 +0100 |
commit | b744177907173800d77cfb84e04392ba9850f91f (patch) | |
tree | 20a827a5d0660181fca7c7df5ce30f2a04c481e9 /conf/dokuwiki.php | |
parent | 084995dd10e570ed690f2a3d0901d8a6f9dca60d (diff) | |
download | rpg-b744177907173800d77cfb84e04392ba9850f91f.tar.gz rpg-b744177907173800d77cfb84e04392ba9850f91f.tar.bz2 |
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
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'] = ''; |