From efc9a69e84d93cba80ab23aa63f631b174ead0d2 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 7 Jan 2012 02:17:29 +0000 Subject: [PATCH] =?UTF-8?q?cosm=C3=A9tique=20fiche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class_fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_fiche.php b/include/class_fiche.php index 16bb88cfe..c257b4fed 100644 --- a/include/class_fiche.php +++ b/include/class_fiche.php @@ -560,7 +560,7 @@ class Fiche $type_card = $this->cn->get_value('select fd_label from fiche_def join fiche using (fd_id) where f_id=$1', array($this->id)); $ret = ""; $ret.=' id :' . $this->id . ""; - $ret.=h2("Type de fiche : " . $type_card, 'style="display:inline"'); + $ret.=h2( $type_card, 'style="display:inline"'); $ret.=""; if (empty($attr)) {