Make apidoc valid html

This commit is contained in:
james 2010-09-27 20:51:16 +00:00
parent c413d54f6d
commit 3e8271c869

View File

@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<title>API Doc</title>
@ -62,4 +63,5 @@ foreach($commands AS $c=>$com) {
echo "</div>";
}
?>
</body>
</html>