diff options
author | David Lawrence <dkl@mozilla.com> | 2016-01-28 15:23:14 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-01-28 15:23:14 +0100 |
commit | 3ec68d94eea63f789ce252e87c5d38f15503aa14 (patch) | |
tree | 1344df43652a89bcb8ebbf5e6c5412a8a9e9ead3 /extensions/GuidedBugEntry/template | |
parent | c3a3873b9ff0b2254a08a4dd987adcd8189569b0 (diff) | |
download | bugzilla-3ec68d94eea63f789ce252e87c5d38f15503aa14.tar.gz bugzilla-3ec68d94eea63f789ce252e87c5d38f15503aa14.tar.xz |
Bug 1241667 - Trying to report a bug traps the user in an infinite loop
Diffstat (limited to 'extensions/GuidedBugEntry/template')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index 007ae5ce7..ee1ba2931 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -71,7 +71,7 @@ dupes.setLabels( } ); </script> -<script type="text/javascript" src="page.cgi?id=guided_products.js"></script> +<script type="text/javascript" src="page.cgi?id=guided_products.js[% "&format_forced=1" IF format_forced %]"></script> [% PROCESS global/footer.html.tmpl %] [%############################################################################%] |