[pypy-svn] r17140 - pypy/extradoc/pypy.org
hpk at codespeak.net
hpk at codespeak.net
Thu Sep 1 08:32:11 CEST 2005
Author: hpk
Date: Thu Sep 1 08:32:10 2005
New Revision: 17140
Modified:
pypy/extradoc/pypy.org/ (props changed)
pypy/extradoc/pypy.org/confrest.py
Log:
fixeol + adjustments
Modified: pypy/extradoc/pypy.org/confrest.py
==============================================================================
--- pypy/extradoc/pypy.org/confrest.py (original)
+++ pypy/extradoc/pypy.org/confrest.py Thu Sep 1 08:32:10 2005
@@ -4,7 +4,7 @@
def fill(self):
super(PyPyPage, self).fill()
self.menubar[:] = html.div(
- html.a("home", href="home.html", class_="menu"), " ",
+ html.a("home", href="index.html", class_="menu"), " ",
html.a("news", href="news.html", class_="menu"), " ",
html.a("consortium", href="consortium.html", class_="menu"), " ",
" ", id="menubar")
More information about the Pypy-commit
mailing list