Bläddra i källkod

Add closing BODY and HTML tags

Jimmy Conner 22 år sedan
förälder
incheckning
6ad50213c7
1 ändrade filer med 1 tillägg och 0 borttagningar
  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>';
 }
 
 /**