summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-06-04 14:27:09 +0000
committerivan <ivan>2009-06-04 14:27:09 +0000
commitcf58bf404b9bbc004ba693e6ebe52a489ce3ba6f (patch)
tree5dda6409304382eaef38699e0590f2f183be55b3
parent53200ca3fd01aeb06061ab6890315aa7dec7abe3 (diff)
fix scrolling
-rw-r--r--httemplate/docs/credits.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html
index 7ae05eba7..6dd3b09f2 100644
--- a/httemplate/docs/credits.html
+++ b/httemplate/docs/credits.html
@@ -147,7 +147,7 @@ function myHeight() {
return document.body.document.height;
else
*/
- return 1700; // approx height (add more per contributors)
+ return 1850; // approx height (add more per contributors)
}
document.body.style.overflow = 'hidden';