From 03d293e28bfa5706c11001e4daaf9b3a3c1b5b3d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 24 Oct 2013 10:40:02 +0000 Subject: [PATCH] Bug lettering different --- include/class_html_input.php | 4 ++-- include/fiche.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/class_html_input.php b/include/class_html_input.php index abaee2185..abb87a760 100755 --- a/include/class_html_input.php +++ b/include/class_html_input.php @@ -745,9 +745,9 @@ class HtmlInput return $r; } - static function show_reconcile($p_div, $let) + static function show_reconcile($p_div, $let,$span="") { - $r = '' . $let . ''; + $r = '' . $let.$span . ''; return $r; } /** diff --git a/include/fiche.inc.php b/include/fiche.inc.php index 2b8b1a8b6..871dddc03 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -482,7 +482,7 @@ for ($e = 0; $e < count($afiche); $e++) $span_error = ""; if ($row['letter_diff'] != 0) $span_error = $g_failed; - echo ''.HtmlInput::show_reconcile("", $html_letter.$span_error).''; + echo ''.HtmlInput::show_reconcile("", $html_letter,$span_error).''; } else echo td('');