* adjust the code style.

This commit is contained in:
chencongzhi520@gmail.com
2013-05-03 05:07:13 +00:00
parent 0f329f8de6
commit 4f56e0e060
+1 -8
View File
@@ -47,14 +47,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->group->priv;?></th>
<td>
<?php
foreach($groups as $group)
{
echo $group->name . ' ';
}
?>
</td>
<td><?php foreach($groups as $group) echo $group->name . ' '; ?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->role;?></th>