diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php
index 7d93289a2fbb25f5f3a1b7d01954fa4f1e501117..d14c748e80e9117d8956df5a470ea2c3782d78e2 100644
--- a/htdocs/core/class/html.formother.class.php
+++ b/htdocs/core/class/html.formother.class.php
@@ -775,10 +775,10 @@ class FormOther
     /**
      *      Return HTML combo list of month
      *
-     *      @param	string		$selected          Preselected value
-     *      @param  string		$htmlname          Name of HTML select object
-     *      @param  int			$useempty          Show empty in list
-     *      @param  int			$longlabel         Show long label
+     *      @param	string      $selected          Preselected value
+     *      @param  string      $htmlname          Name of HTML select object
+     *      @param  int         $useempty          Show empty in list
+     *      @param  int         $longlabel         Show long label
      *      @return	string
      */
     function select_month($selected='',$htmlname='monthid',$useempty=0,$longlabel=0)