summaryrefslogtreecommitdiffstats
path: root/extensions/BMO
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO')
-rw-r--r--extensions/BMO/web/js/edit_bug.js2
1 files changed, 1 insertions, 1 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);