diff --git a/webui/user-groups.php b/webui/user-groups.php index fb6d45c4ee78c58e83fc8d18ac6282c85dcc755f..97fcf458093f2630f554309674ec4a1385136e72 100644 --- a/webui/user-groups.php +++ b/webui/user-groups.php @@ -81,7 +81,7 @@ printHeader(array( while ($row = $result->fetchObject()) { ?> <tr class="resultsitem"> - <td><input type="radio" name="group_id" value="<?php echo $row->id ?>"/><?php echo $row->id ?></td> + <td><input type="radio" name="group_id" value="<?php echo $row->id ?>"/></td> <td><?php echo $row->name ?></td> <td><?php echo $row->priority ?></td> <td class="textcenter"><?php echo $row->disabled ? 'yes' : 'no' ?></td>