X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Fgroups.inc.php;h=d3293d3ec812a1a0dc3ec8240560151fb3a7a3a0;hb=b464df5def0e44ebf1e7e033005ed7851a351d79;hp=dc2f7505e065b7486335401df0cec5a0c2bd99bc;hpb=5440bf7474fe35f9a83613b3e98da9b8922c9e4a;p=banana.git diff --git a/banana/groups.inc.php b/banana/groups.inc.php index dc2f750..d3293d3 100644 --- a/banana/groups.inc.php +++ b/banana/groups.inc.php @@ -126,12 +126,13 @@ class BananaGroups { if ($show_form) { return '
' - . '
' - . $html . '
'; + . '
' + . $html . '
'; } return $html; } } +// vim:set et sw=4 sts=4 ts=4 ?>