diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 53efa0cb9..c8a6f933c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -663,7 +663,7 @@ [% BLOCK section_restrict_visibility %] [% RETURN UNLESS bug.groups.size %] - <table> + <table class="bz_group_visibility_section"> <tr> <td class="field_label"> <label id="bz_restrict_group_visibility_label"><b> Restrict Group Visibility</b>:</label> |