From d53a7bd4074ef9d705388e12d8ed63646bf4e893 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 20 Aug 2022 18:20:23 +0200 Subject: [PATCH] Code cleaning --- include/lib/itext.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lib/itext.class.php b/include/lib/itext.class.php index 4a0b1251d..831d6729e 100644 --- a/include/lib/itext.class.php +++ b/include/lib/itext.class.php @@ -40,6 +40,7 @@ class IText extends HtmlInput $this->style=' class="input_text" '; $this->autofocus=false; $this->require=false; + $this->css_size=""; } /*!\brief show the html input of the widget*/ public function input($p_name=null,$p_value=null)