stekkel 23 年之前
父节点
当前提交
2c75ab083d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      class/html.class.php

+ 1 - 2
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".
 	  $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);
   }