summaryrefslogtreecommitdiff
path: root/scripts/html_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/html_task.py')
-rwxr-xr-xscripts/html_task.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/html_task.py b/scripts/html_task.py
index e47bb99..4aa2d29 100755
--- a/scripts/html_task.py
+++ b/scripts/html_task.py
@@ -74,11 +74,11 @@ class periject_html(html_base.myhtml):
with html("tr"):
html("td").print(os.path.relpath(v.file, self.top()))
html("td").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))
html("td").print(html("a", {"target":"summary",
- "href":self.relpath("html/{}.html".format(team), dir)}).text(team))
+ "href":self.relpath("html/{}.html?summary".format(team), dir)}).text(team))
html("td").print(html("a", {"target":"summary",
- "href":self.relpath("html/{}.html".format(assignee), dir)}).text(assignee))
+ "href":self.relpath("html/{}.html?summary".format(assignee), dir)}).text(assignee))
html("td").print(v.get_data("key"))
#--------------------