From 2bfc4fbf7a733d3d6d11fae2e9de5a4812170c30 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 25 Jul 2002 19:32:59 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3137 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/html.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } -- 2.25.1