From fff31793479fe0188b9cae080ee04b2f9f6993a6 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 10 May 2013 20:46:34 +0000 Subject: [PATCH] =?UTF-8?q?task=20#0000830:=20GESTION=20:=20sous-=C3=A9cra?= =?UTF-8?q?n=20lettrage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class_html_input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_html_input.php b/include/class_html_input.php index 80f916e13..96c720601 100755 --- a/include/class_html_input.php +++ b/include/class_html_input.php @@ -725,7 +725,7 @@ class HtmlInput static function show_reconcile($p_div, $let) { - $r = '' . $let . ''; + $r = '' . $let . ''; return $r; }