summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-12-02 19:59:45 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-12-02 19:59:45 +0100
commit4765d61c46935bc95f8f28459004374dfa77797f (patch)
tree65e295a30463b959b6d3c50a459bfd7cb53ff6fd /lib/tpl
parent0f428d7d21126098f07d9edc165485c4e46b1269 (diff)
downloadrpg-4765d61c46935bc95f8f28459004374dfa77797f.tar.gz
rpg-4765d61c46935bc95f8f28459004374dfa77797f.tar.bz2
minor fixes for W3C CSS validator
darcs-hash:20061202185945-7ad00-d1c8539b48c396d4d4af38c2fa6d5d799aae12b2.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html
index a3270d17a..b73448ad3 100644
--- a/lib/tpl/default/footer.html
+++ b/lib/tpl/default/footer.html
@@ -20,7 +20,7 @@ $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' :
<a <?php echo $tgt?> href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0"><img src="<?php echo DOKU_TPL; ?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a>
- <a <?php echo $tgt?> href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
+ <a <?php echo $tgt?> href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
<a <?php echo $tgt?> href="http://wiki.splitbrain.org/wiki:dokuwiki" title="Driven by DokuWiki"><img src="<?php echo DOKU_TPL; ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>