summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-04-17 11:14:45 +0100
committerAnika Henke <anika@selfthinker.org>2011-04-17 11:14:45 +0100
commitf24af5915f464b0df29700b68b51a16ac41aeabf (patch)
tree83df4ca23d7e8e0453d84d14de52310d6702d810 /inc/html.php
parent90f84a7bade2815d67930b18333a327777e22e53 (diff)
downloadrpg-f24af5915f464b0df29700b68b51a16ac41aeabf.tar.gz
rpg-f24af5915f464b0df29700b68b51a16ac41aeabf.tar.bz2
tiny fixes for xhtml strict
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index 4c206327d..6e187ebe1 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1424,7 +1424,7 @@ function html_admin(){
// data security check
// @todo: could be checked and only displayed if $conf['savedir'] is under the web root
- echo '<a style="border:none; float:right;" target="_blank"
+ echo '<a style="border:none; float:right;"
href="http://www.dokuwiki.org/security#web_access_security">
<img src="data/security.png" alt="Your data directory seems to be protected properly."
onerror="this.parentNode.style.display=\'none\'" /></a>';