summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2007-09-19 12:18:26 +0000
committerHubert Figuiere <hub@figuiere.net>2007-09-19 12:18:26 +0000
commitfd62964484ebb2612604e5aa44b645b7c0a0ac6c (patch)
treec207054941a06abc9a48a70a7ce3f5f27f029af9 /index.php
parent27e1a66cdb5d559c1e74b078a7316f265f741c2f (diff)
Fix a typo causing a div by 0
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4c348a3..2073472 100644
--- a/index.php
+++ b/index.php
@@ -17,7 +17,7 @@ print_page("Go-OO!", "summary",
" to give a foretaste of new features in development".
" and includes functionality not acceptable to Sun.".
" </p>".
- " <a href="/download/">Download OpenOffice</a>"
+ " <a href=\"/download/\">Download OpenOffice</a>"
);
?> \ No newline at end of file