Made wiki.php produce correct HTML5

This commit is contained in:
TechEmporium 2019-06-28 22:49:58 -04:00
parent ad682d3442
commit e06bacd191
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ if ( $page == "") {
$page = "main";
}
print "<html>
print "<!DOCTYPE html>
<html lang="en">
<head>
<title>Thunix Wiki - $page</title>
<link rel='stylesheet' type='text/css' href='includes/site.css'>