Преглед на файлове

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( 'tr',
           html_tag( 'td', 'SquirrelSpell ' . $SQSPELL_VERSION, 'center', $color[9] )
           html_tag( 'td', 'SquirrelSpell ' . $SQSPELL_VERSION, 'center', $color[9] )
       ) . "\n</table>\n";
       ) . "\n</table>\n";
+  echo '</body></html>';
 }
 }
 
 
 /**
 /**