diff options
author | guy.pyrzak%gmail.com <> | 2008-05-20 23:42:04 +0200 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-05-20 23:42:04 +0200 |
commit | 78ab4257b5b3c8a774f9d8af701c1d89f493f518 (patch) | |
tree | 1ca9064c8837f3977feff044008d11432ebdaead /template/en/default/bug | |
parent | 199feb47eee0d0bba43df3f012415ad24796a648 (diff) | |
download | bugzilla-78ab4257b5b3c8a774f9d8af701c1d89f493f518.tar.gz bugzilla-78ab4257b5b3c8a774f9d8af701c1d89f493f518.tar.xz |
Bug 434007 - Restrict group visibility text options is too small
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
Diffstat (limited to 'template/en/default/bug')
-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 e558f0b98..e1f0600bb 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -670,7 +670,7 @@ <br> <small> (Unchecking all boxes makes this a more public [% terms.bug %].) - <small> + </small> </div> [% END %] |