diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/html.py b/scripts/html.py index 537ee52..388d194 100755 --- a/scripts/html.py +++ b/scripts/html.py @@ -583,7 +583,7 @@ class periject_html(base.base): cnt_all += 1 with html("tr"): a.option({"href": - os.path.relpath(file.replace("yaml", "html").replace("projects", "html"), "{}/html".format(self.top()))}) + self.relpath_y2h(file, "{}/html".format(self.top()))}) html("td").print(a.text(os.path.basename(file).replace(".yaml", ""))) with html("td"): |