X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Fhtml.class.php;h=1d88e552461a48abf7f7870fe7e5ac001ffe1786;hb=2bfc4fbf7a733d3d6d11fae2e9de5a4812170c30;hp=9a6bcdaa07e4af7d60079a0bb9060003200f1679;hpb=237470b44a27009d8bf557936b24ec31e53b23f3;p=squirrelmail.git diff --git a/class/html.class.php b/class/html.class.php index 9a6bcdaa..1d88e552 100644 --- a/class/html.class.php +++ b/class/html.class.php @@ -30,7 +30,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 +73,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); }