From 7062dc7b2edc480e1d2e07e61fe2ddb8d77763e2 Mon Sep 17 00:00:00 2001
From: aspangaro <alexandre.spangaro@gmail.com>
Date: Sun, 3 May 2015 06:20:34 +0200
Subject: [PATCH] Spaces 3 : the darkside

---
 htdocs/core/class/html.formother.class.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php
index 7d93289a2fb..d14c748e80e 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)
-- 
GitLab