summaryrefslogtreecommitdiff
path: root/scripts/html_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/html_base.py')
-rw-r--r--scripts/html_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/html_base.py b/scripts/html_base.py
index 4941721..b02b376 100644
--- a/scripts/html_base.py
+++ b/scripts/html_base.py
@@ -224,7 +224,7 @@ class myhtml(base.base):
return
html("h3").print(html("a", {"target":"summary",
- "href":self.relpath("html/{}.html".format(status), dir)}).text(status))
+ "href":self.relpath("html/{}.html?summary".format(status), dir)}).text(status))
with html("table", {"border":"1"}):
with html("tr"):