Skip to content
Snippets Groups Projects
Commit c19d26bc authored by Holger Krekel's avatar Holger Krekel
Browse files

fixeol + adjustments

parent 73056434
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment