From 6dfd125872bc3543282ad3875416b73585f7ac9a Mon Sep 17 00:00:00 2001 From: aspangaro Date: Sun, 3 May 2015 06:25:50 +0200 Subject: [PATCH] Spaces 4 : Stop Shouting ! --- htdocs/core/class/html.formother.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index d14c748e80e..9266b8aa3a6 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -775,11 +775,11 @@ class FormOther /** * 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) {