diff options
author | timeless%mozdev.org <> | 2006-01-10 06:49:59 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-01-10 06:49:59 +0100 |
commit | c7a58f1ea0a45f4bf4f325b553eab20f82ebf63b (patch) | |
tree | 41315329173ad3488c51ae9e82d87625f5078c4f /template/en/default/bug | |
parent | 80d9d70bb0340551f1a268bf60ecf3a46a5f7d92 (diff) | |
download | bugzilla-c7a58f1ea0a45f4bf4f325b553eab20f82ebf63b.tar.gz bugzilla-c7a58f1ea0a45f4bf4f325b553eab20f82ebf63b.tar.xz |
Bug 321187 please be nice to links and generate explicit action uris
r=lpsolit a=justdave
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/summarize-time.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index c16f6d429..5761b24cf 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -244,7 +244,7 @@ [% BLOCK query_form %] <hr noshade size=1> -<form method="post" name="summary" style="display: inline" action=""> +<form method="post" name="summary" style="display: inline" action="summarize_time.cgi"> <input type="hidden" name="do_depends" value="[% do_depends FILTER html %]"> <input type="hidden" name="id" value="[% ids.join(",") FILTER html %]"> <input type="hidden" name="do_report" value="1"> |