@@ -0,0 +1 @@
+Require all denied
@@ -24,7 +24,7 @@ function printNbUserPerChannelAsTable()
<tr>
<td><?php echo $channel; ?></td>
<td><?php echo $usercount; ?></td>
- </td>
+ </tr>
<?php } ?>
</table><?php
}