diff options
-rw-r--r-- | extensions/BMO/web/js/edit_bug.js | 2 | ||||
-rw-r--r-- | template/en/default/bug/navigate.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/web/js/edit_bug.js b/extensions/BMO/web/js/edit_bug.js index 16bef9890..6c044f9df 100644 --- a/extensions/BMO/web/js/edit_bug.js +++ b/extensions/BMO/web/js/edit_bug.js @@ -24,7 +24,7 @@ */ function init_clone_bug_menu(el, bug_id, product, component) { - var diff_url = 'enter_bug.cgi?cloned_bug_id=' + bug_id; + var diff_url = 'enter_bug.cgi?format=__default__&cloned_bug_id=' + bug_id; var cur_url = diff_url + '&product=' + encodeURIComponent(product) + '&component=' + encodeURIComponent(component); diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index ea9d3ebac..95fe5a411 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -28,7 +28,7 @@ [% bug.bug_id FILTER uri %]">Format For Printing</a></li> <li> - <a href="show_bug.cgi?ctype=xml&id= [% bug.bug_id FILTER uri %]">XML</a></li> - <li> - <a href="enter_bug.cgi?cloned_bug_id= + <li> - <a href="enter_bug.cgi?format=__default__&cloned_bug_id= [% bug.bug_id FILTER uri %]" id="clone_bug">Clone This [% terms.Bug %]</a></li> |