diff options
author | Byron Jones <glob@mozilla.com> | 2014-06-30 06:50:39 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-06-30 06:50:39 +0200 |
commit | 55894e69c24185bc6ecd97b9f6b96aec6e807f7d (patch) | |
tree | 9c2d62e32ea014b29607b1717f431cfb2cfa8788 /template | |
parent | 833ecab083728f7ceed779b9a2d5daa028688fcc (diff) | |
download | bugzilla-55894e69c24185bc6ecd97b9f6b96aec6e807f7d.tar.gz bugzilla-55894e69c24185bc6ecd97b9f6b96aec6e807f7d.tar.xz |
remove tabs
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 14f40fe55..caee5f455 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -474,7 +474,7 @@ TUI_hide_default('attachment_text_field'); </tr> [% IF feature_enabled('jsonrpc') AND !cloned_bug_id - AND user.settings.possible_duplicates.value == 'on' %] + AND user.settings.possible_duplicates.value == 'on' %] <tr id="possible_duplicates_container" class="bz_default_hidden"> <th>Possible<br>Duplicates:</th> <td colspan="3"> |