From 90066a9bb1ade81cabd5bbddee86e28645488d3e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 25 Dec 2011 17:28:16 +0000 Subject: [PATCH] =?UTF-8?q?correct=20HtmlInput::card=5Fdetail=20corrige=20?= =?UTF-8?q?style=20personnalis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class_html_input.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/class_html_input.php b/include/class_html_input.php index a94607265..e66ca4c7d 100755 --- a/include/class_html_input.php +++ b/include/class_html_input.php @@ -444,10 +444,10 @@ class HtmlInput */ static function card_detail($p_qcode,$pname='',$p_style="") { - if ($pname=='')$pname=$p_qcode; + //if ($pname=='')$pname=$p_qcode; $r=""; - $r.=sprintf('%s[%s]', - $p_qcode,$pname,$p_qcode,$p_style); + $r.=sprintf('%s [%s]', + $p_style,$p_qcode,$pname,$p_qcode); return $r; } /**