summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2011-02-06 15:21:22 +0000
committerChristopher Smith <chris@jalakai.co.uk>2011-02-06 15:21:22 +0000
commitb842a02804e6c492963978620e61739485b7287f (patch)
tree00995d07d0c146bbba38a72fa6086547db949080 /inc/html.php
parent3893df8e5068f411ba16c2e37096e47c4ad102f2 (diff)
parent26497271fdd53b972af0b3a4411b6ce41a0629c0 (diff)
downloadrpg-b842a02804e6c492963978620e61739485b7287f.tar.gz
rpg-b842a02804e6c492963978620e61739485b7287f.tar.bz2
Merge branch 'master' of git@github.com:splitbrain/dokuwiki
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/html.php b/inc/html.php
index 4d5d557af..3afa4862f 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1440,10 +1440,10 @@ function html_admin(){
}
// data security check
- echo '<a style="background: transparent url(data/security.png) left top no-repeat;
- display: block; width:380px; height:73px; border:none; float:right"
- target="_blank"
- href="http://www.dokuwiki.org/security#web_access_security"></a>';
+ // @todo: could be checked and only displayed if $conf['savedir'] is under the web root
+ echo '<a style="border:none; float:right;" target="_blank"
+ href="http://www.dokuwiki.org/security#web_access_security">
+ <img src="data/security.png" alt="Broken image? Everything\'s alright!" /></a>';
print p_locale_xhtml('admin');