summaryrefslogtreecommitdiffstats
path: root/include/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-10-11 20:52:09 -0700
committerArun Persaud <arun@nubati.net>2010-10-11 20:53:50 -0700
commit787e92af6d8af34b9f7b73b80b81346a8ed43888 (patch)
treec8cd75b35e7f6bd1d98a5e54647ac2d62091320d /include/output.php
parentf99c17830bcf298a9b05d04a48f9c1b6548a231b (diff)
downloade-DoKo-787e92af6d8af34b9f7b73b80b81346a8ed43888.tar.gz
e-DoKo-787e92af6d8af34b9f7b73b80b81346a8ed43888.tar.bz2
e-DoKo-787e92af6d8af34b9f7b73b80b81346a8ed43888.zip
BUGFIX: fixed some html validation errors
Diffstat (limited to 'include/output.php')
-rw-r--r--include/output.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/output.php b/include/output.php
index f4d3fdf..af9592c 100644
--- a/include/output.php
+++ b/include/output.php
@@ -440,8 +440,8 @@ function output_footer()
echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n".
" via git </a> <br />or download the source via <br />\n'git clone http://nubati.net/git/e-DoKo.git' <br />\n".
" <a href=\"http://www.dreamhost.com/green.cgi\">\n".
- " <img border=\"0\" alt=\"Green Web Hosting! This site hosted by DreamHost.\"".
- "src=\"https://secure.newdream.net/green1.gif\" height=\"32\" width=\"100\" /></a>\n".
+ " <img alt=\"Green Web Hosting! This site hosted by DreamHost.\"".
+ " src=\"https://secure.newdream.net/green1.gif\" height=\"32\" width=\"100\" /></a>\n".
" </p> \n";
echo "\n";
echo "</div>\n";