typo
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 19:32:59 +0000 (19:32 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 19:32:59 +0000 (19:32 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3137 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/html.class.php

index 9a6bcdaa07e4af7d60079a0bb9060003200f1679..1d88e552461a48abf7f7870fe7e5ac001ffe1786 100644 (file)
@@ -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".
          $script .
          "\n".'// -->'."\n";
-     $el = new html ('script',$s,''.''.''.array('language' => 'JavaScript',
+     $el = new html ('script',$s,'','','',array('language' => 'JavaScript',
                                                 'type' => 'text/javascript'));
      $this->htmlAdd($el);
   }