diff options
author | Anika Henke <a.c.henke@arcor.de> | 2006-01-15 19:32:53 +0100 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2006-01-15 19:32:53 +0100 |
commit | 96331712eb165972845b097644336ca87a81dfcd (patch) | |
tree | 53628f5709ca9b23719f30fb8b7309aef4842da0 /lib/tpl/default/footer.html | |
parent | 704bbeb05ed1e55a225fc324a5fefcf598ba1476 (diff) | |
download | rpg-96331712eb165972845b097644336ca87a81dfcd.tar.gz rpg-96331712eb165972845b097644336ca87a81dfcd.tar.bz2 |
stricter xhtml compliance -- part 2
darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz
Diffstat (limited to 'lib/tpl/default/footer.html')
-rw-r--r-- | lib/tpl/default/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html index fb1d38fd2..e75d029d3 100644 --- a/lib/tpl/default/footer.html +++ b/lib/tpl/default/footer.html @@ -7,7 +7,7 @@ */ ?> -<div align="center" class="footerinc"> +<div class="footerinc"> <a target="_blank" href="<?php echo DOKU_BASE; ?>feed.php" title="Recent changes RSS feed"><img src="<?php echo DOKU_TPL; ?>images/button-rss.png" width="80" height="15" alt="Recent changes RSS feed" border="0" /></a> <a target="_blank" href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="Creative Commons License"><img src="<?php echo DOKU_TPL; ?>images/button-cc.gif" width="80" height="15" alt="Creative Commons License" border="0" /></a> |