diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php
index 34079993e8fa187009970850d2fa6b33844978e9..a542b021463cac6218f05f09fa7319a75fe8d1e6 100644
--- a/htdocs/public/members/new.php
+++ b/htdocs/public/members/new.php
@@ -70,8 +70,12 @@ if (empty($conf->global->MEMBER_ENABLE_PUBLIC))
 /**
  * Show header for new member
  *
- * @param 	string		$title
- * @param 	string		$head
+ * @param 	string		$title				Title
+ * @param 	string		$head				Head array
+ * @param 	int    		$disablejs			More content into html header
+ * @param 	int    		$disablehead		More content into html header
+ * @param 	array  		$arrayofjs			Array of complementary js files
+ * @param 	array  		$arrayofcss			Array of complementary css files
  * @return	void
  */
 function llxHeaderVierge($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='')
@@ -462,7 +466,7 @@ foreach($extrafields->attribute_label as $key=>$value)
 {
     print "<tr><td>".$value."</td><td>";
     print $extrafields->showInputField($key,GETPOST('options_'.$key));
-    print "</td></tr>"."\n";
+    print "</td></tr>\n";
 }
 // Comments
 print '<tr>';
diff --git a/htdocs/public/members/public_list.php b/htdocs/public/members/public_list.php
index 1cbc014ce59657ce3809bd472b4fbe8f1418685d..7edaba237a208c68b4d6819ee1d70e6fad2419c2 100644
--- a/htdocs/public/members/public_list.php
+++ b/htdocs/public/members/public_list.php
@@ -61,8 +61,6 @@ function llxHeaderVierge($title, $head = "")
 /**
 * Show footer for member list
 *
-* @param 	string		$title
-* @param 	string		$head
 * @return	void
 */
 function llxFooterVierge()