From 545342030c2ab8ebecc35ca765a3af46a2f0b156 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 28 Aug 2013 21:25:58 +0000 Subject: [PATCH] =?UTF-8?q?am=C3=A9liore=20apparence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class_itextarea.php | 4 ++-- include/class_user.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/class_itextarea.php b/include/class_itextarea.php index 84280ce67..7ab7e4c77 100644 --- a/include/class_itextarea.php +++ b/include/class_itextarea.php @@ -31,8 +31,8 @@ class ITextarea extends HtmlInput { $this->name=($p_name==null)?$this->name:$p_name; $this->value=($p_value==null)?$this->value:$p_value; - if ( !isset ($this->style )) $this->style=' style="border:solid blue 1px" '; - $this->id=($this->id=="")?$this->name:$this->id; + if ( !isset ($this->style )) $this->style=' style="border:solid blue 1px" '; + $this->id=($this->id=="")?$this->name:$this->id; if ( $this->readOnly==true) return $this->display(); diff --git a/include/class_user.php b/include/class_user.php index 80a5690d4..b396f98f0 100644 --- a/include/class_user.php +++ b/include/class_user.php @@ -935,7 +935,7 @@ class User if ($p_array == 0) return $result . " * Aucun dossier *"; - $result.=""; + $result.="
"; for ($i = 0; $i < sizeof($p_array); $i++) {