diff options
author | lpsolit%gmail.com <> | 2007-03-17 20:12:21 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-03-17 20:12:21 +0100 |
commit | af5161076a754d2d66ba8178d4fcce331eedd588 (patch) | |
tree | a75c62bc127916cc7c8cd29b209dc2726514a9f7 /template | |
parent | 604ccd0da5801d61ad240ae6fd4ddee2ab36d91b (diff) | |
download | bugzilla-af5161076a754d2d66ba8178d4fcce331eedd588.tar.gz bugzilla-af5161076a754d2d66ba8178d4fcce331eedd588.tar.xz |
Bug 374302: Some <table> tags are incorrect in admin/groups/edit.html.tmpl - Patch by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/groups/edit.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index 803993063..e16826398 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -141,7 +141,7 @@ items_current = bless_to_current %] </td> </tr> - <table> + </table> [% IF Param('usevisibilitygroups') %] <table class="grant_table"> @@ -166,7 +166,7 @@ items_current = visible_to_me_current %] </td> </tr> - <table> + </table> [% END %] <input type="submit" value="Update Group"> @@ -179,7 +179,7 @@ This is often very useful if you upgraded from [% terms.Bugzilla %] 2.16.</p> -<table<tr><td> +<table><tr><td> <form method="post" action="editgroups.cgi"> <fieldset> <legend>Remove all explict memberships from users whose login names |