noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 87/219: Esthetic : no span surrounding the va


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 87/219: Esthetic : no span surrounding the value, must be done in the caller
Date: Mon, 18 Dec 2017 13:22:43 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 64267eb2e51a599544543220f7ec4beb1af27490
Author: Dany De Bontridder <address@hidden>
Date:   Sun Oct 15 01:17:25 2017 +0200

    Esthetic : no span surrounding the value, must be done in the caller
---
 include/lib/iselect.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/iselect.class.php b/include/lib/iselect.class.php
index 9ba2544..2008735 100644
--- a/include/lib/iselect.class.php
+++ b/include/lib/iselect.class.php
@@ -68,7 +68,7 @@ class ISelect extends HtmlInput
 
             }
         }
-        $r='<span class="input_text_ro">'.$r.'</span>';
+      // $r='<span class="input_text_ro">'.$r.'</span>';
        if ( $this->table == 1 )                  $a='<td>'.$r.'</td>';
         return $r;
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]