diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php
index e1cbfd52047..7d93289a2fb 100644
--- a/htdocs/core/class/html.formother.class.php
+++ b/htdocs/core/class/html.formother.class.php
@@ -773,13 +773,13 @@ class FormOther
}
/**
- * Return HTML combo list of month
+ * Return HTML combo list of month
*
- * @param string $selected Preselected value
+ * @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
+ * @return string
*/
function select_month($selected='',$htmlname='monthid',$useempty=0,$longlabel=0)
{