소스 검색

Add closing BODY and HTML tags

Jimmy Conner 22 년 전
부모
커밋
6ad50213c7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      plugins/squirrelspell/sqspell_functions.php

+ 1 - 0
plugins/squirrelspell/sqspell_functions.php

@@ -76,6 +76,7 @@ function sqspell_makePage($title, $scriptsrc, $body){
     . html_tag( 'tr',
           html_tag( 'td', 'SquirrelSpell ' . $SQSPELL_VERSION, 'center', $color[9] )
       ) . "\n</table>\n";
+  echo '</body></html>';
 }
 
 /**