summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/html_index.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/html_index.py b/scripts/html_index.py
index 50415ca..0da5b05 100755
--- a/scripts/html_index.py
+++ b/scripts/html_index.py
@@ -22,8 +22,8 @@ class periject_html(html_base.myhtml):
# |menu|body|
# | | |
with html("frameset", {"cols":"{},*".format(self.config("html-default-cols"))}):
- html("frame", {"src":"./html/menu.html", "name":"menu"}).print()
- html("frame", {"src":"./html/subindex.html", "name":"body"}).print()
+ html("frame", {"src":"./menu.html", "name":"menu"}).print()
+ html("frame", {"src":"./subindex.html", "name":"body"}).print()
#====================================
#