diff options
author | mkanat%bugzilla.org <> | 2008-09-12 05:09:19 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-09-12 05:09:19 +0200 |
commit | 8e770628c3c39ada722c0a71348f854f29e34a6c (patch) | |
tree | e70f4ebf5789f309542bf1afc8f71ad83dcce1a8 /template | |
parent | 0e194f1266c1189ceb63a8c61660bddf8c48731e (diff) | |
download | bugzilla-8e770628c3c39ada722c0a71348f854f29e34a6c.tar.gz bugzilla-8e770628c3c39ada722c0a71348f854f29e34a6c.tar.xz |
Bug 15089: Make buglist.cgi shorten search URLs by cleaning them and then redirecting with the cleaned URL.
Patch By Mikhail Gusarov <dottedmag@altlinux.org> r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/search/search-advanced.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/search-advanced.html.tmpl b/template/en/default/search/search-advanced.html.tmpl index 1f1fd50ab..cb0519a81 100644 --- a/template/en/default/search/search-advanced.html.tmpl +++ b/template/en/default/search/search-advanced.html.tmpl @@ -64,7 +64,7 @@ var queryform = "queryform" // --> </script> -<form method="get" action="buglist.cgi" name="queryform"> +<form method="post" action="buglist.cgi" name="queryform"> [% PROCESS search/form.html.tmpl %] |