X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Fhtml.class.php;h=3e5ed1cd24ad3c9c604377e3b90d53d0e0dad756;hb=b5379bb1e72546438bef88929ccf98ebc19744e5;hp=9a6bcdaa07e4af7d60079a0bb9060003200f1679;hpb=978d53dc15fe1c5d883dccc415ab531f470ef455;p=squirrelmail.git diff --git a/class/html.class.php b/class/html.class.php index 9a6bcdaa..3e5ed1cd 100644 --- a/class/html.class.php +++ b/class/html.class.php @@ -10,7 +10,6 @@ * $Id$ */ - class html { var $tag, $text, $style, $class, $id, $html_el = array(), $javascript, $xtr_prop; @@ -30,7 +29,6 @@ class html { if ($last) { $this->html_el[] = $el; } else { - echo 'JOPPPEEE'; $new_html_el = array(); $new_html_el[] = $el; foreach ($this->html_el as $html_el) { @@ -74,7 +72,7 @@ class html { $s = "\n".''."\n"; - $el = new html ('script',$s,''.''.''.array('language' => 'JavaScript', + $el = new html ('script',$s,'','','',array('language' => 'JavaScript', 'type' => 'text/javascript')); $this->htmlAdd($el); }